mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-23 05:15:14 -04:00
Update StoryMenuState.hx
This commit is contained in:
parent
931aca8492
commit
f1cf48be10
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class StoryMenuState extends MusicBeatState
|
|||
|
||||
var movedBack:Bool = false;
|
||||
var selectedWeek:Bool = false;
|
||||
var stopspamming = false;
|
||||
var stopspamming:Bool = false;
|
||||
function selectWeek()
|
||||
{
|
||||
if (weekUnlocked[curWeek])
|
||||
|
|
Loading…
Reference in a new issue