Skip to content

Commit

Permalink
go fuck yourself github
Browse files Browse the repository at this point in the history
  • Loading branch information
NexIsDumb committed Jun 17, 2024
1 parent 7b5d975 commit 2afc3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/game/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ class PlayState extends MusicBeatState
}
}

if (doIconBop) {
if (doIconBop) {
iconP1.scale.set(lerp(iconP1.scale.x, 1, 0.33), lerp(iconP1.scale.y, 1, 0.33));
iconP2.scale.set(lerp(iconP2.scale.x, 1, 0.33), lerp(iconP2.scale.y, 1, 0.33));

Expand Down Expand Up @@ -1789,7 +1789,7 @@ class PlayState extends MusicBeatState
camHUD.zoom += 0.03 * camZoomingStrength;
}

if (doIconBop)
if (doIconBop)
{
iconP1.scale.set(1.2, 1.2);
iconP2.scale.set(1.2, 1.2);
Expand Down

0 comments on commit 2afc3bf

Please sign in to comment.