mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-16 11:53:45 +00:00
Update StoryMenuState.hx
This commit is contained in:
parent
59e5de38bb
commit
ee9d491644
|
@ -235,10 +235,6 @@ class StoryMenuState extends MusicBeatState
|
||||||
{
|
{
|
||||||
if (weekUnlocked[curWeek])
|
if (weekUnlocked[curWeek])
|
||||||
{
|
{
|
||||||
if (stopspamming == true)
|
|
||||||
{
|
|
||||||
// no more spamming for u hahaha
|
|
||||||
}
|
|
||||||
if (stopspamming == false)
|
if (stopspamming == false)
|
||||||
{
|
{
|
||||||
FlxG.sound.play('assets/sounds/confirmMenu' + TitleState.soundExt);
|
FlxG.sound.play('assets/sounds/confirmMenu' + TitleState.soundExt);
|
||||||
|
|
Loading…
Reference in a new issue