mirror of
https://github.com/Melon-Bread/Pet.GB
synced 2024-11-24 20:58:19 -05:00
Stopped Game from pausing on focus lost
This commit is contained in:
parent
2a927e9230
commit
e61c950104
@ -22,6 +22,7 @@ class MenuState extends FlxState
|
||||
{
|
||||
set_bgColor(FlxColor.fromRGB(136, 192, 112, 0));
|
||||
FlxG.mouse.visible = false;
|
||||
FlxG.autoPause = false;
|
||||
|
||||
_sprBackground = new FlxSprite(0, 0, AssetPaths.background__png);
|
||||
add(_sprBackground);
|
||||
|
Loading…
Reference in New Issue
Block a user