improve input handling
This commit is contained in:
parent
b41ac70326
commit
dc520e33f6
6 changed files with 17 additions and 4 deletions
|
@ -13,6 +13,10 @@ func _notification(what):
|
|||
save_game()
|
||||
get_tree().quit() # default behavior
|
||||
|
||||
func _gui_input(event):
|
||||
# Forward events to taquin so we can swipe from anywhere
|
||||
taquin._gui_input(event)
|
||||
|
||||
func layout_reflow():
|
||||
if container == null:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue