starfighter/MB_FYP/scenes/input_menu.tscn

94 lines
2.2 KiB
Plaintext

[gd_scene format=3 uid="uid://01tjlnox4crb"]
[node name="InputMenu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 13.0
offset_top = 13.0
offset_right = 7.0
offset_bottom = 3.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
offset_right = 351.0
offset_bottom = 566.0
[node name="Forward" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="InpFwdLabel" type="Label" parent="VBoxContainer/Forward"]
layout_mode = 2
text = "Forward"
[node name="InpFwd" type="Button" parent="VBoxContainer/Forward"]
layout_mode = 2
text = "W"
[node name="Backward" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="InpBckLabel" type="Label" parent="VBoxContainer/Backward"]
layout_mode = 2
text = "Backward"
[node name="InpBck" type="Button" parent="VBoxContainer/Backward"]
layout_mode = 2
text = "S"
[node name="Left" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="InpLftLabel" type="Label" parent="VBoxContainer/Left"]
layout_mode = 2
text = "Left"
[node name="InpLft" type="Button" parent="VBoxContainer/Left"]
layout_mode = 2
text = "A"
[node name="Right" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="InpRhtLabel" type="Label" parent="VBoxContainer/Right"]
layout_mode = 2
text = "Right"
[node name="InpRht" type="Button" parent="VBoxContainer/Right"]
layout_mode = 2
text = "D"
[node name="Shoot" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="InpShootLabel" type="Label" parent="VBoxContainer/Shoot"]
layout_mode = 2
text = "Shoot"
[node name="InpShoot" type="Button" parent="VBoxContainer/Shoot"]
layout_mode = 2
text = "SPACE"
[node name="Flight Assist" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="InpFALabel" type="Label" parent="VBoxContainer/Flight Assist"]
layout_mode = 2
text = "Flight Assist"
[node name="InpFA" type="Button" parent="VBoxContainer/Flight Assist"]
layout_mode = 2
text = "F"
[node name="Back" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Back
"
[node name="Save" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Save"