mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-01 01:39:44 -04:00
revert mainmenu persistentUpdate chagne
This commit is contained in:
parent
db9ba26133
commit
7986dbe2a0
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue