pressing f no longer goes fullscreen during cheat input
This commit is contained in:
parent
67997de4a6
commit
dc337079ee
1 changed files with 3 additions and 2 deletions
|
@ -28,6 +28,7 @@ func _ready():
|
|||
load_options()
|
||||
|
||||
func _unhandled_input(event):
|
||||
if Debug.entry == false:
|
||||
if event.is_action_pressed("fullscreen"):
|
||||
_set_fullscreen(!fullscreen)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue