Skip to content

Commit

Permalink
scale down
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCommCraft committed Dec 15, 2024
1 parent 0ee0473 commit de62cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dodgedemo/dodgedemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function anchor(x, a, b) {
function makeCross(pos) {
const crossSprite = new Sprite(crossAsset);
app.stage.addChild(crossSprite)
crossSprite.scale = 0.5;
crossSprite.position = pos;
crossSprite.countdown = 180;
crossSprite.anchor.set(0.5);
Expand Down

0 comments on commit de62cfd

Please sign in to comment.