addon for remapping inputs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[gd_scene load_steps=3 format=2]

[ext_resource path="res://Test.gd" type="Script" id=3]
[ext_resource path="res://addons/remap/ActionLabel.gd" type="Script" id=4]

[node name="Test" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 3 )

[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_left = 5.0
margin_top = 42.0
margin_right = 316.0
margin_bottom = 75.0
script = ExtResource( 4 )
_name = "   lef"
action = "ui_left"
icon_size = Vector2( 10, 10 )

[node name="Label" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 14.0