1
0
Fork 0
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:
Eric 2024-05-29 00:54:32 -04:00 committed by GitHub
commit 60d90c6698
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;