mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-25 06:10:16 -04:00
Freeplay song not continuing fade in when exiting freeplay menu
This commit is contained in:
parent
394e8c663b
commit
d4848da042
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ class MainMenuState extends MusicBeatState
|
|||
|
||||
override function update(elapsed:Float)
|
||||
{
|
||||
if (FlxG.sound.music.volume < 1)
|
||||
{
|
||||
FlxG.sound.music.volume += 0.5 * FlxG.elapsed;
|
||||
}
|
||||
|
||||
if (!selectedSomethin)
|
||||
{
|
||||
if (controls.UP_P)
|
||||
|
|
Loading…
Add table
Reference in a new issue