Skip to content

Commit

Permalink
change scale in KickerNode, #13
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 12, 2024
1 parent 48b4a30 commit a09d304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/KickerNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import KickerPortrayalAfricaModest from './KickerPortrayalAfricaModest.js';
type SelfOptions = EmptySelfOptions;
type KickerNodeOptions = SelfOptions & NodeOptions;

const SCALE = 0.31;
const SCALE = 0.645;

export default class KickerNode extends Node {
public readonly kicker: Kicker;
Expand Down

0 comments on commit a09d304

Please sign in to comment.