No unpause while pressing alt
For easy alt-enter since when that exists tho
This commit is contained in:
parent
76ae12dba6
commit
63002234c2
@ -205,7 +205,7 @@ class PauseSubState extends MusicBeatSubstate
|
||||
}
|
||||
#end
|
||||
|
||||
if (controls.ACCEPT)
|
||||
if (controls.ACCEPT && !FlxG.keys.pressed.ALT)
|
||||
{
|
||||
var daSelected:String = menuItems[curSelected];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user