mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
Make texts update on difficulty change in Story Menu
This commit is contained in:
parent
7490b7eab7
commit
d84e832c6c
1 changed files with 3 additions and 0 deletions
|
@ -466,6 +466,9 @@ class StoryMenuState extends MusicBeatState
|
|||
// Disable the funny music thing for now.
|
||||
// funnyMusicThing();
|
||||
}
|
||||
|
||||
updateText();
|
||||
refresh();
|
||||
}
|
||||
|
||||
final FADE_OUT_TIME:Float = 1.5;
|
||||
|
|
Loading…
Reference in a new issue