mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-27 09:13:18 +00:00
Update StoryMenuState.hx
This commit is contained in:
parent
f1cf48be10
commit
438b3dd2c2
|
@ -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