Revert "Revert "Revert "im dumb"""
This reverts commit 475539296babcf872b52a6ed955a0971d26b4901.
This commit is contained in:
parent
6beae320df
commit
0fb8193eca
@ -111,8 +111,8 @@ class ChartingState extends MusicBeatState
|
||||
gridBG = FlxGridOverlay.create(GRID_SIZE, GRID_SIZE, GRID_SIZE * 8, GRID_SIZE * 16);
|
||||
add(gridBG);
|
||||
|
||||
leftIcon = new HealthIcon(PlayState.SONG.player1);
|
||||
rightIcon = new HealthIcon(PlayState.SONG.player2);
|
||||
leftIcon = new HealthIcon(Song.SONG.player1);
|
||||
rightIcon = new HealthIcon(Song.SONG.player2);
|
||||
leftIcon.scrollFactor.set(1, 1);
|
||||
rightIcon.scrollFactor.set(1, 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user