aboutsummaryrefslogtreecommitdiff
path: root/main.gd
diff options
context:
space:
mode:
Diffstat (limited to 'main.gd')
-rw-r--r--main.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.gd b/main.gd
index 614c9b1..5a78ede 100644
--- a/main.gd
+++ b/main.gd
@@ -24,6 +24,7 @@ func _init():
func _ready():
+ Input.set_use_accumulated_input(false)
confirm_action.get_cancel().connect("pressed", self, "dialog_cancelled", ["confirmed"])
file_picker.get_cancel().connect("pressed", self, "dialog_cancelled", ["file_selected"])