Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Fix difficulty visibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDrawingCoder-Gamer committed Jan 31, 2021
1 parent dd56e52 commit a667b74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/StoryMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ class StoryMenuState extends MusicBeatState

scoreText.text = "WEEK SCORE:" + lerpScore;
// FlxG.watch.addQuick('font', scoreText.font);

difficultySelectors.visible = weekUnlocked[curWeek];

// damn you!!!!!!!
// difficultySelectors.visible = weekUnlocked[curWeek];
difficultySelectors.visible = true;
grpLocks.forEach(function(lock:FlxSprite)
{
lock.y = grpWeekText.members[lock.ID].y;
Expand Down

0 comments on commit a667b74

Please sign in to comment.