revert mainmenu persistentUpdate chagne

This commit is contained in:
Cameron Taylor 2024-04-30 16:30:22 -04:00
parent db9ba26133
commit 7986dbe2a0
1 changed files with 3 additions and 3 deletions

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;