Fixed song starting early when paused during countdown
also tweaked something in main menu
This commit is contained in:
@ -95,7 +95,7 @@ class MainMenuState extends MusicBeatState
|
||||
|
||||
override function update(elapsed:Float)
|
||||
{
|
||||
if (FlxG.sound.music.volume < 1)
|
||||
if (FlxG.sound.music.volume < 0.8)
|
||||
{
|
||||
FlxG.sound.music.volume += 0.5 * FlxG.elapsed;
|
||||
}
|
||||
|
Reference in New Issue
Block a user