Make texts update on difficulty change in Story Menu

This commit is contained in:
sector-a 2024-05-22 12:57:57 +03:00 committed by GitHub
parent 7490b7eab7
commit d84e832c6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;