addon for remapping inputs
Diffstat (limited to 'Test.gd')
| -rw-r--r-- | Test.gd | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Test.gd b/Test.gd deleted file mode 100644 index 539ff35..0000000 --- a/Test.gd +++ /dev/null @@ -1,8 +0,0 @@ -extends Control - - -func _ready(): - var label = RemapButton.new() - label.action = "ui_left" - label._name = "left" - add_child(label) |