mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Input remapping
This commit is contained in:
parent
1a1a191923
commit
82edd196b0
5 changed files with 104 additions and 10 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue