1
0
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:
Rain Clark 2016-10-04 01:29:54 -04:00
parent 2a927e9230
commit e61c950104

View File

@ -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);