mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-25 11:29:28 +00:00
revert mainmenu persistentUpdate chagne
This commit is contained in:
parent
db9ba26133
commit
7986dbe2a0
|
@ -54,9 +54,9 @@ class MainMenuState extends MusicBeatState
|
||||||
|
|
||||||
playMenuMusic();
|
playMenuMusic();
|
||||||
|
|
||||||
// If something else overrides these, we should keep those values.
|
// 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;
|
persistentUpdate = true;
|
||||||
// persistentDraw = true;
|
persistentDraw = true;
|
||||||
|
|
||||||
var bg:FlxSprite = new FlxSprite(Paths.image('menuBG'));
|
var bg:FlxSprite = new FlxSprite(Paths.image('menuBG'));
|
||||||
bg.scrollFactor.x = 0;
|
bg.scrollFactor.x = 0;
|
||||||
|
|
Loading…
Reference in a new issue