Files
godot-demo-projects/gui/input_mapping/InputRemapMenu.tscn
T
Hugo Locurcio b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo
- Rebake lightmaps in Global Illumination demo with supersampling
  to improve quality.
- Increase SDFGI quality in the Global Illumination demo
  (slightly more demanding, but better matches the quality standards
  of 2026).

All demos had Project > Tools > Upgrade Project Files ran on them
with 4.6.stable (4.6.stable.mono for demos in the `mono/` folder).
2026-02-10 23:56:35 +01:00

138 lines
4.2 KiB
Plaintext

[gd_scene format=3 uid="uid://bq7rk1normitt"]
[ext_resource type="PackedScene" uid="uid://cctu6l46yqxu3" path="res://ActionRemapButton.tscn" id="1"]
[node name="InputRemapMenu" type="Control" unique_id=869922735]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Instructions" type="Label" parent="." unique_id=695342023]
layout_mode = 0
anchor_right = 1.0
offset_top = 24.0
offset_bottom = 55.0
text = "Click on a button to reassign its action key."
horizontal_alignment = 1
vertical_alignment = 1
[node name="RemapButtonGroup" type="Control" parent="." unique_id=323200217]
anchors_preset = 0
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -160.0
offset_top = -144.0
offset_right = 160.0
offset_bottom = 144.0
[node name="ActionsList" type="VBoxContainer" parent="RemapButtonGroup" unique_id=981693328]
layout_mode = 0
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -160.0
offset_top = -140.0
offset_right = 160.0
offset_bottom = 140.0
[node name="ActionRemapRow" type="HBoxContainer" parent="RemapButtonGroup/ActionsList" unique_id=327987504]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="ActionName" type="Label" parent="RemapButtonGroup/ActionsList/ActionRemapRow" unique_id=1780554302]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Move Left"
horizontal_alignment = 1
vertical_alignment = 1
[node name="RemapButton" parent="RemapButtonGroup/ActionsList/ActionRemapRow" unique_id=281873284 instance=ExtResource("1")]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
action = "move_left"
[node name="ActionRemapRow2" type="HBoxContainer" parent="RemapButtonGroup/ActionsList" unique_id=786088826]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="ActionName" type="Label" parent="RemapButtonGroup/ActionsList/ActionRemapRow2" unique_id=100367035]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Move Right"
horizontal_alignment = 1
vertical_alignment = 1
[node name="RemapButton" parent="RemapButtonGroup/ActionsList/ActionRemapRow2" unique_id=289433612 instance=ExtResource("1")]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
action = "move_right"
[node name="ActionRemapRow3" type="HBoxContainer" parent="RemapButtonGroup/ActionsList" unique_id=1262343367]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="ActionName" type="Label" parent="RemapButtonGroup/ActionsList/ActionRemapRow3" unique_id=1974194588]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Look Up"
horizontal_alignment = 1
vertical_alignment = 1
[node name="RemapButton" parent="RemapButtonGroup/ActionsList/ActionRemapRow3" unique_id=1433942952 instance=ExtResource("1")]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
action = "look_up"
[node name="ActionRemapRow4" type="HBoxContainer" parent="RemapButtonGroup/ActionsList" unique_id=712858000]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="ActionName" type="Label" parent="RemapButtonGroup/ActionsList/ActionRemapRow4" unique_id=1153840772]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Crouch"
horizontal_alignment = 1
vertical_alignment = 1
[node name="RemapButton" parent="RemapButtonGroup/ActionsList/ActionRemapRow4" unique_id=1721249862 instance=ExtResource("1")]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
action = "crouch"
[node name="ActionRemapRow5" type="HBoxContainer" parent="RemapButtonGroup/ActionsList" unique_id=1584573617]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="ActionName" type="Label" parent="RemapButtonGroup/ActionsList/ActionRemapRow5" unique_id=811423102]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Dash"
horizontal_alignment = 1
vertical_alignment = 1
[node name="RemapButton" parent="RemapButtonGroup/ActionsList/ActionRemapRow5" unique_id=1722684002 instance=ExtResource("1")]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
action = "dash"