Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
ok time for 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Leather128 committed Nov 12, 2021
1 parent 9f14e37 commit 858fb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/game/NoteSplash.hx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class NoteSplash extends FlxSprite
alpha = 0;
}

x = target.x - (target.width / 1.5);
y = target.y - (target.height / 1.5);
x = target.x - (target.width / 1.35);
y = target.y - (target.height / 1.35);

super.update(elapsed);
}
Expand Down

0 comments on commit 858fb04

Please sign in to comment.