[gd_scene load_steps=4 format=3 uid="uid://u1kttqp08vjc"] [ext_resource type="Script" uid="uid://bladckxyu6xmy" path="res://scripts/Controller.cs" id="1_lnu2h"] [ext_resource type="Script" uid="uid://c0d47hdgdfsa6" path="res://scripts/GameManager.cs" id="1_yqjtg"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_yqjtg"] [node name="Control" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_lnu2h") [node name="Game" type="Node2D" parent="."] [node name="GameManager" type="Node" parent="."] script = ExtResource("1_yqjtg") [node name="Container" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Top" type="HBoxContainer" parent="Container"] layout_mode = 2 [node name="ExitToMenuButton" type="Button" parent="Container/Top"] layout_mode = 2 text = "Exit to Menu" [node name="Separator" type="Control" parent="Container/Top"] layout_mode = 2 size_flags_horizontal = 3 [node name="TabContainer" type="TabContainer" parent="Container"] layout_mode = 2 size_flags_vertical = 3 theme_override_styles/panel = SubResource("StyleBoxEmpty_yqjtg") tab_alignment = 1 current_tab = 0 tabs_position = 1 [node name="Ship" type="Control" parent="Container/TabContainer"] layout_mode = 2 metadata/_tab_index = 0 [node name="ShipInfo" type="VBoxContainer" parent="Container/TabContainer/Ship"] layout_mode = 1 offset_right = 41.0 offset_bottom = 31.0 [node name="ShipInfoLabel" type="Label" parent="Container/TabContainer/Ship/ShipInfo"] layout_mode = 2 text = "Ship Info" [node name="Cargo" type="Control" parent="Container/TabContainer"] visible = false layout_mode = 2 metadata/_tab_index = 1 [node name="Sensors" type="Control" parent="Container/TabContainer"] visible = false layout_mode = 2 metadata/_tab_index = 2 [node name="Actions" type="Control" parent="Container/TabContainer"] visible = false layout_mode = 2 metadata/_tab_index = 3