summaryrefslogtreecommitdiff
path: root/objects/PlaneControlBoard.tscn
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2025-08-22 12:46:04 -0700
committerAnson Bridges <bridges.anson@gmail.com>2025-08-22 12:46:04 -0700
commit64f37f4209d80bfad976dd4a139c98002caef15f (patch)
tree94c91953986e960573ae0092f8ad7120c1c266f0 /objects/PlaneControlBoard.tscn
parent255fbf19cc9499ef384d41f68515da5e49e8a3ce (diff)
the harmonious transition from menu to gameHEADmaster
Diffstat (limited to 'objects/PlaneControlBoard.tscn')
-rw-r--r--objects/PlaneControlBoard.tscn96
1 files changed, 53 insertions, 43 deletions
diff --git a/objects/PlaneControlBoard.tscn b/objects/PlaneControlBoard.tscn
index 4c58d5d..7f2364a 100644
--- a/objects/PlaneControlBoard.tscn
+++ b/objects/PlaneControlBoard.tscn
@@ -67,7 +67,7 @@ margin_right = -2.0
margin_bottom = -6.0
[node name="Label" type="Label" parent="DestinationHBOX"]
-margin_top = 24.0
+margin_top = 23.0
margin_right = 111.0
margin_bottom = 40.0
theme = ExtResource( 1 )
@@ -75,11 +75,21 @@ custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "DESTINATION: "
[node name="DestinationIcon" type="TextureRect" parent="DestinationHBOX"]
+visible = false
margin_left = 115.0
margin_right = 179.0
margin_bottom = 64.0
texture = ExtResource( 5 )
+[node name="DestinationText" type="Label" parent="DestinationHBOX"]
+visible = false
+margin_left = 115.0
+margin_top = 23.0
+margin_right = 115.0
+margin_bottom = 40.0
+theme = ExtResource( 1 )
+custom_colors/font_color = Color( 0, 0, 0, 1 )
+
[node name="AltitudeHBox" type="HBoxContainer" parent="."]
anchor_left = 0.05
anchor_top = 0.3
@@ -87,30 +97,30 @@ anchor_right = 0.941
anchor_bottom = 0.3
[node name="Label" type="Label" parent="AltitudeHBox"]
-margin_top = 24.0
-margin_right = 109.0
+margin_top = 23.0
+margin_right = 106.0
margin_bottom = 40.0
theme = ExtResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "ALTITUDE: "
[node name="Altitude1" type="TextureRect" parent="AltitudeHBox"]
-margin_left = 113.0
-margin_right = 177.0
+margin_left = 110.0
+margin_right = 174.0
margin_bottom = 64.0
texture = ExtResource( 5 )
[node name="Altitude2" type="TextureRect" parent="AltitudeHBox"]
modulate = Color( 0.3, 0.3, 0.3, 1 )
-margin_left = 181.0
-margin_right = 245.0
+margin_left = 178.0
+margin_right = 242.0
margin_bottom = 64.0
texture = ExtResource( 3 )
[node name="Altitude3" type="TextureRect" parent="AltitudeHBox"]
modulate = Color( 0.3, 0.3, 0.3, 1 )
-margin_left = 249.0
-margin_right = 313.0
+margin_left = 246.0
+margin_right = 310.0
margin_bottom = 64.0
size_flags_horizontal = 0
size_flags_vertical = 0
@@ -124,160 +134,160 @@ anchor_bottom = 0.9
[node name="ActionSquare1" type="VBoxContainer" parent="ActionHBox"]
margin_right = 50.0
-margin_bottom = 74.0
+margin_bottom = 77.0
script = SubResource( 3 )
[node name="MoveFirstButton" type="Button" parent="ActionHBox/ActionSquare1"]
margin_right = 50.0
-margin_bottom = 22.0
+margin_bottom = 23.0
theme = ExtResource( 1 )
text = ">>"
[node name="ActionOption" type="OptionButton" parent="ActionHBox/ActionSquare1"]
-margin_top = 26.0
+margin_top = 27.0
margin_right = 50.0
-margin_bottom = 48.0
+margin_bottom = 50.0
rect_min_size = Vector2( 50, 0 )
theme = ExtResource( 1 )
items = [ "", null, false, 0, null, "←", null, false, 2, null, "→", null, false, 3, null, "↑", null, false, 4, null, "↓", null, false, 5, null ]
selected = 0
[node name="MoveLastButton" type="Button" parent="ActionHBox/ActionSquare1"]
-margin_top = 52.0
+margin_top = 54.0
margin_right = 50.0
-margin_bottom = 74.0
+margin_bottom = 77.0
theme = ExtResource( 1 )
[node name="Spacer1" type="Control" parent="ActionHBox"]
margin_left = 54.0
margin_right = 73.0
-margin_bottom = 74.0
+margin_bottom = 77.0
size_flags_horizontal = 3
[node name="ActionSquare2" type="VBoxContainer" parent="ActionHBox"]
margin_left = 77.0
margin_right = 127.0
-margin_bottom = 74.0
+margin_bottom = 77.0
script = SubResource( 3 )
[node name="MoveFirstButton" type="Button" parent="ActionHBox/ActionSquare2"]
margin_right = 50.0
-margin_bottom = 22.0
+margin_bottom = 23.0
theme = ExtResource( 1 )
text = ">>"
[node name="ActionOption" type="OptionButton" parent="ActionHBox/ActionSquare2"]
-margin_top = 26.0
+margin_top = 27.0
margin_right = 50.0
-margin_bottom = 48.0
+margin_bottom = 50.0
rect_min_size = Vector2( 50, 0 )
theme = ExtResource( 1 )
items = [ "", null, false, 0, null, "←", null, false, 2, null, "→", null, false, 3, null, "↑", null, false, 4, null, "↓", null, false, 5, null ]
selected = 0
[node name="MoveLastButton" type="Button" parent="ActionHBox/ActionSquare2"]
-margin_top = 52.0
+margin_top = 54.0
margin_right = 50.0
-margin_bottom = 74.0
+margin_bottom = 77.0
theme = ExtResource( 1 )
[node name="Spacer2" type="Control" parent="ActionHBox"]
margin_left = 131.0
margin_right = 151.0
-margin_bottom = 74.0
+margin_bottom = 77.0
size_flags_horizontal = 3
[node name="ActionSquare3" type="VBoxContainer" parent="ActionHBox"]
margin_left = 155.0
margin_right = 205.0
-margin_bottom = 74.0
+margin_bottom = 77.0
script = SubResource( 3 )
[node name="MoveFirstButton" type="Button" parent="ActionHBox/ActionSquare3"]
margin_right = 50.0
-margin_bottom = 22.0
+margin_bottom = 23.0
theme = ExtResource( 1 )
text = ">>"
[node name="ActionOption" type="OptionButton" parent="ActionHBox/ActionSquare3"]
-margin_top = 26.0
+margin_top = 27.0
margin_right = 50.0
-margin_bottom = 48.0
+margin_bottom = 50.0
rect_min_size = Vector2( 50, 0 )
theme = ExtResource( 1 )
items = [ "", null, false, 0, null, "←", null, false, 2, null, "→", null, false, 3, null, "↑", null, false, 4, null, "↓", null, false, 5, null ]
selected = 0
[node name="MoveLastButton" type="Button" parent="ActionHBox/ActionSquare3"]
-margin_top = 52.0
+margin_top = 54.0
margin_right = 50.0
-margin_bottom = 74.0
+margin_bottom = 77.0
theme = ExtResource( 1 )
[node name="Spacer3" type="Control" parent="ActionHBox"]
margin_left = 209.0
margin_right = 228.0
-margin_bottom = 74.0
+margin_bottom = 77.0
size_flags_horizontal = 3
[node name="ActionSquare4" type="VBoxContainer" parent="ActionHBox"]
margin_left = 232.0
margin_right = 282.0
-margin_bottom = 74.0
+margin_bottom = 77.0
script = SubResource( 3 )
[node name="MoveFirstButton" type="Button" parent="ActionHBox/ActionSquare4"]
margin_right = 50.0
-margin_bottom = 22.0
+margin_bottom = 23.0
theme = ExtResource( 1 )
text = ">>"
[node name="ActionOption" type="OptionButton" parent="ActionHBox/ActionSquare4"]
-margin_top = 26.0
+margin_top = 27.0
margin_right = 50.0
-margin_bottom = 48.0
+margin_bottom = 50.0
rect_min_size = Vector2( 50, 0 )
theme = ExtResource( 1 )
items = [ "", null, false, 0, null, "←", null, false, 2, null, "→", null, false, 3, null, "↑", null, false, 4, null, "↓", null, false, 5, null ]
selected = 0
[node name="MoveLastButton" type="Button" parent="ActionHBox/ActionSquare4"]
-margin_top = 52.0
+margin_top = 54.0
margin_right = 50.0
-margin_bottom = 74.0
+margin_bottom = 77.0
theme = ExtResource( 1 )
[node name="Spacer4" type="Control" parent="ActionHBox"]
margin_left = 286.0
margin_right = 306.0
-margin_bottom = 74.0
+margin_bottom = 77.0
size_flags_horizontal = 3
[node name="ActionSquare5" type="VBoxContainer" parent="ActionHBox"]
margin_left = 310.0
margin_right = 360.0
-margin_bottom = 74.0
+margin_bottom = 77.0
script = SubResource( 3 )
[node name="MoveFirstButton" type="Button" parent="ActionHBox/ActionSquare5"]
margin_right = 50.0
-margin_bottom = 22.0
+margin_bottom = 23.0
theme = ExtResource( 1 )
text = ">>"
[node name="ActionOption" type="OptionButton" parent="ActionHBox/ActionSquare5"]
-margin_top = 26.0
+margin_top = 27.0
margin_right = 50.0
-margin_bottom = 48.0
+margin_bottom = 50.0
rect_min_size = Vector2( 50, 0 )
theme = ExtResource( 1 )
items = [ "", null, false, 0, null, "←", null, false, 2, null, "→", null, false, 3, null, "↑", null, false, 4, null, "↓", null, false, 5, null ]
selected = 0
[node name="MoveLastButton" type="Button" parent="ActionHBox/ActionSquare5"]
-margin_top = 52.0
+margin_top = 54.0
margin_right = 50.0
-margin_bottom = 74.0
+margin_bottom = 77.0
theme = ExtResource( 1 )
[connection signal="pressed" from="ActionHBox/ActionSquare1/MoveFirstButton" to="ActionHBox/ActionSquare1" method="set_move_first" binds= [ true ]]