addon for remapping inputs
Diffstat (limited to 'Test.tscn')
| -rw-r--r-- | Test.tscn | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -1,17 +1,14 @@ -[gd_scene load_steps=3 format=2] +[gd_scene load_steps=4 format=2] -[ext_resource path="res://addons/remap/ActionLabel.gd" type="Script" id=1] +[ext_resource path="res://addons/remap/main.theme" type="Theme" id=1] [ext_resource path="res://addons/remap/InteractiveActionLabel.gd" type="Script" id=2] +[ext_resource path="res://Test.gd" type="Script" id=3] [node name="Test" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 - -[node name="ActionLabel" type="HBoxContainer" parent="."] -anchor_right = 1.0 -script = ExtResource( 1 ) -_name = "lef" -action = "ui_left" +theme = ExtResource( 1 ) +script = ExtResource( 3 ) [node name="InteractiveActionLabel" type="HBoxContainer" parent="."] anchor_top = 0.5 |