mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-12 07:07:18 +00:00
Update StoryMenuState.hx
This commit is contained in:
parent
eecc30346d
commit
59e5de38bb
|
@ -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