flixel icon indicating copy to clipboard operation
flixel copied to clipboard

FlxG.console.autoPause = false should resume the game

Open Gama11 opened this issue 6 years ago • 0 comments

If you run FlxG.console.autoPause = false as a command in the console, that actually leads to resume not being triggered automatically anymore if the console loses focus, so you need to resume manually. We probably need to add a setter that resumes if needed when setting it to false (and maybe pauses when setting it to true?).

Gama11 avatar Jun 04 '18 14:06 Gama11