bendns' repos
/
remap
addon for remapping inputs
main
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'Test.gd')
-rw-r--r--
Test.gd
2
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)