Skip to content

Commit

Permalink
adjustment 12
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonGamerPS1 committed Jun 16, 2024
1 parent 044a5b7 commit bb1a904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1306,8 +1306,8 @@ class PlayState extends MusicBeatState
// FlxG.watch.addQuick('VOL', vocals.amplitudeLeft);
// FlxG.watch.addQuick('VOLRight', vocals.amplitudeRight);

iconP1.setGraphicSize(Std.int(FlxMath.lerp(150, iconP1.width, 0.95)));
iconP2.setGraphicSize(Std.int(FlxMath.lerp(150, iconP2.width, 0.96)));
iconP1.setGraphicSize(Std.int(FlxMath.lerp(150, iconP1.width, 0.9)));
iconP2.setGraphicSize(Std.int(FlxMath.lerp(150, iconP2.width, 0.9)));

iconP1.updateHitbox();
iconP2.updateHitbox();
Expand Down

0 comments on commit bb1a904

Please sign in to comment.