init
This commit is contained in:
62
scenes/configuration_menu.tscn
Normal file
62
scenes/configuration_menu.tscn
Normal file
@@ -0,0 +1,62 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dsvbx2ye5u82v"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://1pisbpunwphc" path="res://resources/launch_menu_theme.tres" id="1_7lr8t"]
|
||||
[ext_resource type="PackedScene" uid="uid://dn2djggxwl22c" path="res://scenes/module_selector.tscn" id="2_gmtor"]
|
||||
[ext_resource type="Script" path="res://scripts/configuration_menu.gd" id="2_nfsxa"]
|
||||
|
||||
[node name="ConfigurationMenu" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("1_7lr8t")
|
||||
script = ExtResource("2_nfsxa")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="ReturnButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Return"
|
||||
|
||||
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_type_variation = &"HeaderMedium"
|
||||
text = "Rocket Configuration"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="HSeparator" type="HSeparator" parent="MarginContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="ModulesContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Spacer" type="Control" parent="MarginContainer/VBoxContainer/ModulesContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="ModuleSelector" parent="MarginContainer/VBoxContainer/ModulesContainer" instance=ExtResource("2_gmtor")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="ModuleSelector2" parent="MarginContainer/VBoxContainer/ModulesContainer" instance=ExtResource("2_gmtor")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Spacer2" type="Control" parent="MarginContainer/VBoxContainer/ModulesContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
Reference in New Issue
Block a user