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:
parent
db9ba26133
commit
7986dbe2a0
|
@ -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…
Reference in a new issue