This commit is contained in:
CyndaquilDAC 2021-04-06 18:25:51 -05:00 committed by GitHub
parent bfb9ed5804
commit 8feb127953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,8 +111,8 @@ class ChartingState extends MusicBeatState
gridBG = FlxGridOverlay.create(GRID_SIZE, GRID_SIZE, GRID_SIZE * 8, GRID_SIZE * 16); gridBG = FlxGridOverlay.create(GRID_SIZE, GRID_SIZE, GRID_SIZE * 8, GRID_SIZE * 16);
add(gridBG); add(gridBG);
leftIcon = new HealthIcon(Song.SONG.player1); leftIcon = new HealthIcon(PlayState.SONG.player1);
rightIcon = new HealthIcon(Song.SONG.player2); rightIcon = new HealthIcon(PlayState.SONG.player2);
leftIcon.scrollFactor.set(1, 1); leftIcon.scrollFactor.set(1, 1);
rightIcon.scrollFactor.set(1, 1); rightIcon.scrollFactor.set(1, 1);