addon for remapping inputs
Diffstat (limited to 'Test.gd')
-rw-r--r--Test.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.gd b/Test.gd
index 91e74f8..539ff35 100644
--- a/Test.gd
+++ b/Test.gd
@@ -2,7 +2,7 @@ extends Control
func _ready():
- var label = InteractiveActionLabel.new()
+ var label = RemapButton.new()
label.action = "ui_left"
label._name = "left"
add_child(label)