mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
Merge pull request #2585 from sector-a/main
Make texts update on difficulty change in Story Menu
This commit is contained in:
commit
60d90c6698
|
@ -466,6 +466,9 @@ class StoryMenuState extends MusicBeatState
|
||||||
// Disable the funny music thing for now.
|
// Disable the funny music thing for now.
|
||||||
// funnyMusicThing();
|
// funnyMusicThing();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateText();
|
||||||
|
refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
final FADE_OUT_TIME:Float = 1.5;
|
final FADE_OUT_TIME:Float = 1.5;
|
||||||
|
|
Loading…
Reference in a new issue