mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-23 18:39:33 +00:00
Make texts update on difficulty change in Story Menu
This commit is contained in:
parent
7490b7eab7
commit
d84e832c6c
|
@ -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