Input remapping

This commit is contained in:
Marco 2025-03-27 12:15:46 +01:00
commit 82edd196b0
5 changed files with 104 additions and 10 deletions

View file

@ -22,6 +22,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_il8fq")
script = ExtResource("1_mpohc")
ResolutionsList = NodePath("ScrollContainer/VBoxContainer/GeneralSettings/HFlowContainer/Resolution/ResolutionsList")
VSyncToggle = NodePath("ScrollContainer/VBoxContainer/GeneralSettings/HFlowContainer/VsyncCheckbox")

View file

@ -16,12 +16,11 @@ label_settings = ExtResource("2_b0qgl")
[node name="Key" type="Label" parent="."]
layout_mode = 2
text = "A"
label_settings = ExtResource("2_b0qgl")
[node name="Button" type="Button" parent="."]
layout_mode = 2
theme = ExtResource("3_b0qgl")
text = "Remap"
text = "Add"
[connection signal="pressed" from="Button" to="." method="StartRemap"]