From e063bb1ccbbd029916065b0b898296a521ea068e Mon Sep 17 00:00:00 2001 From: CyndaquilDAC <65635932+CyndaquilDAC@users.noreply.github.com> Date: Tue, 6 Apr 2021 18:38:47 -0500 Subject: [PATCH] Revert "im dumb" This reverts commit 8feb1279538489db4f5da3070d836ef83939cde7. --- source/ChartingState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ChartingState.hx b/source/ChartingState.hx index ee1ac92..1da54ea 100644 --- a/source/ChartingState.hx +++ b/source/ChartingState.hx @@ -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);