1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-05 06:14:36 +00:00

revert mainmenu persistentUpdate chagne

This commit is contained in:
Cameron Taylor 2024-04-30 16:30:22 -04:00
parent db9ba26133
commit 7986dbe2a0

View file

@ -54,9 +54,9 @@ class MainMenuState extends MusicBeatState
playMenuMusic();
// If something else overrides these, we should keep those values.
// persistentUpdate = true;
// persistentDraw = true;
// We want the state to always be able to begin with being able to accept inputs and show the anims of the menu items.
persistentUpdate = true;
persistentDraw = true;
var bg:FlxSprite = new FlxSprite(Paths.image('menuBG'));
bg.scrollFactor.x = 0;