commit
be60164c43
@ -2811,7 +2811,7 @@ class PlayState extends MusicBeatState
|
|||||||
else
|
else
|
||||||
health = 1;
|
health = 1;
|
||||||
}
|
}
|
||||||
if (FlxG.save.data.resetButton)
|
if (!inCutscene && FlxG.save.data.resetButton)
|
||||||
{
|
{
|
||||||
if (FlxG.keys.justPressed.R)
|
if (FlxG.keys.justPressed.R)
|
||||||
{
|
{
|
||||||
|
@ -101,7 +101,10 @@ class StoryMenuState extends MusicBeatState
|
|||||||
if (FlxG.sound.music != null)
|
if (FlxG.sound.music != null)
|
||||||
{
|
{
|
||||||
if (!FlxG.sound.music.playing)
|
if (!FlxG.sound.music.playing)
|
||||||
|
{
|
||||||
FlxG.sound.playMusic(Paths.music('freakyMenu'));
|
FlxG.sound.playMusic(Paths.music('freakyMenu'));
|
||||||
|
Conductor.changeBPM(102);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
persistentUpdate = persistentDraw = true;
|
persistentUpdate = persistentDraw = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user