Skip to content

Commit

Permalink
Update SongSelectState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jul 29, 2024
1 parent fde7df9 commit 64285b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/states/SongSelectState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class SongSelectState extends ExtendableState {
titleTxt.setFormat(Paths.font('vcr.ttf'), 70, FlxColor.WHITE, CENTER, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK);
titleTxt.scrollFactor.set();
titleTxt.screenCenter(X);
add(title);
add(titleTxt);

var arrowL:FlxSprite = new FlxSprite(-FlxG.width, 0).loadGraphic(Paths.image('selector/arrow'));
arrowL.scrollFactor.set();
Expand Down Expand Up @@ -129,4 +129,4 @@ class SongSelectState extends ExtendableState {

intendedScore = HighScore.getScore(songListData.songs[currentIndex].name);
}
}
}

0 comments on commit 64285b7

Please sign in to comment.