projects
/
The Cutests To-Do List.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1afb1
)
a space
author
Eduardo
<
[email protected]
>
Sat, 30 Sep 2023 23:22:02 +0000
(
01:22
+0200)
committer
Eduardo
<
[email protected]
>
Sat, 30 Sep 2023 23:22:02 +0000
(
01:22
+0200)
themes/default/buttons/menu_button/MenuButton.gd
patch
|
blob
|
history
diff --git
a/themes/default/buttons/menu_button/MenuButton.gd
b/themes/default/buttons/menu_button/MenuButton.gd
index c35be329321a36ba35fca9f16263ae93c0e46189..65ade97b72a6ee67063c6b96224bd63f790970c6 100644
(file)
--- a/
themes/default/buttons/menu_button/MenuButton.gd
+++ b/
themes/default/buttons/menu_button/MenuButton.gd
@@
-9,7
+9,7
@@
func _on_container_gui_input(event):
if event is InputEventMouseButton:
if event.pressed == true:
toggle_menu()
-
+
if event is InputEventScreenTouch:
if event.canceled == false:
toggle_menu()