No unpause while pressing alt

For easy alt-enter
since when that exists tho
This commit is contained in:
c5 2021-07-23 00:25:35 -03:00 committed by GitHub
parent 76ae12dba6
commit 63002234c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ class PauseSubState extends MusicBeatSubstate
}
#end
if (controls.ACCEPT)
if (controls.ACCEPT && !FlxG.keys.pressed.ALT)
{
var daSelected:String = menuItems[curSelected];