starfighter/Starfighter/scenes/ui/input_menu.tscn
2026-03-06 22:49:24 +00:00

166 lines
3.8 KiB
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://01tjlnox4crb"]
[ext_resource type="Script" path="res://script/ui/input_menu.cs" id="1_a0rq2"]
[node name="InputMenu" type="CenterContainer"]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -200.0
offset_top = -250.0
offset_right = 200.0
offset_bottom = 250.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_a0rq2")
[node name="ColorRect" type="ColorRect" parent="."]
custom_minimum_size = Vector2(400, 500)
layout_mode = 2
color = Color(0.233203, 0.22148, 0.205431, 1)
[node name="Layout" type="VBoxContainer" parent="."]
custom_minimum_size = Vector2(400, 500)
layout_mode = 2
alignment = 1
[node name="Label" type="Label" parent="Layout"]
z_index = 1
layout_mode = 2
text = "Inputs"
horizontal_alignment = 1
uppercase = true
[node name="VSeparator" type="VSeparator" parent="Layout"]
z_index = -1
custom_minimum_size = Vector2(400, 35)
layout_mode = 2
[node name="Forward" type="HBoxContainer" parent="Layout"]
layout_mode = 2
alignment = 1
[node name="InpFwdLabel" type="Label" parent="Layout/Forward"]
layout_mode = 2
text = "Forward"
[node name="InpFwd" type="Button" parent="Layout/Forward"]
layout_mode = 2
[node name="Backward" type="HBoxContainer" parent="Layout"]
layout_mode = 2
alignment = 1
[node name="InpBckLabel" type="Label" parent="Layout/Backward"]
layout_mode = 2
text = "Backward"
[node name="InpBack" type="Button" parent="Layout/Backward"]
layout_mode = 2
[node name="Left" type="HBoxContainer" parent="Layout"]
layout_mode = 2
alignment = 1
[node name="InpLftLabel" type="Label" parent="Layout/Left"]
layout_mode = 2
text = "Rotate Left"
[node name="InpLeft" type="Button" parent="Layout/Left"]
layout_mode = 2
[node name="Right" type="HBoxContainer" parent="Layout"]
layout_mode = 2
alignment = 1
[node name="InpRhtLabel" type="Label" parent="Layout/Right"]
layout_mode = 2
text = "Rotate Right"
[node name="InpRight" type="Button" parent="Layout/Right"]
layout_mode = 2
[node name="StrafeL" type="HBoxContainer" parent="Layout"]
layout_mode = 2
alignment = 1
[node name="InpSLLabel" type="Label" parent="Layout/StrafeL"]
layout_mode = 2
text = "Strafe Left
"
[node name="InpSL" type="Button" parent="Layout/StrafeL"]
layout_mode = 2
[node name="StrafeR" type="HBoxContainer" parent="Layout"]
layout_mode = 2
alignment = 1
[node name="InpSRLabel" type="Label" parent="Layout/StrafeR"]
layout_mode = 2
text = "Strafe Right"
[node name="InpSR" type="Button" parent="Layout/StrafeR"]
layout_mode = 2
[node name="Shoot" type="HBoxContainer" parent="Layout"]
layout_mode = 2
alignment = 1
[node name="InpShootLabel" type="Label" parent="Layout/Shoot"]
layout_mode = 2
text = "Shoot"
[node name="InpShoot" type="Button" parent="Layout/Shoot"]
layout_mode = 2
[node name="Flight Assist" type="HBoxContainer" parent="Layout"]
layout_mode = 2
alignment = 1
[node name="InpFALabel" type="Label" parent="Layout/Flight Assist"]
layout_mode = 2
text = "Flight Assist"
[node name="InpFA" type="Button" parent="Layout/Flight Assist"]
layout_mode = 2
[node name="Pause" type="HBoxContainer" parent="Layout"]
layout_mode = 2
alignment = 1
[node name="InpPauseLabel" type="Label" parent="Layout/Pause"]
layout_mode = 2
text = "Pause"
[node name="InpPause" type="Button" parent="Layout/Pause"]
layout_mode = 2
[node name="VSeparator3" type="VSeparator" parent="Layout"]
z_index = -1
custom_minimum_size = Vector2(400, 8)
layout_mode = 2
[node name="ListenLabel" type="Label" parent="Layout"]
z_index = 1
layout_mode = 2
text = "Listening..."
horizontal_alignment = 1
[node name="VSeparator2" type="VSeparator" parent="Layout"]
z_index = -1
custom_minimum_size = Vector2(400, 8)
layout_mode = 2
[node name="Back" type="Button" parent="Layout"]
layout_mode = 2
text = "Back
"
[node name="Save" type="Button" parent="Layout"]
visible = false
layout_mode = 2
text = "Save"