addon for remapping inputs
Diffstat (limited to 'Test.gd')
-rw-r--r--Test.gd9
1 files changed, 5 insertions, 4 deletions
diff --git a/Test.gd b/Test.gd
index f1973dc..91e74f8 100644
--- a/Test.gd
+++ b/Test.gd
@@ -1,7 +1,8 @@
extends Control
+
func _ready():
- var label = InteractiveActionLabel.new()
- label.action = "ui_left"
- label._name = "left"
- add_child(label) \ No newline at end of file
+ var label = InteractiveActionLabel.new()
+ label.action = "ui_left"
+ label._name = "left"
+ add_child(label)