This commit is contained in:
Eric Vande Voort
2025-01-07 16:10:03 -06:00
commit 7eb0dea424
147 changed files with 9096 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
[gd_scene load_steps=3 format=3 uid="uid://dn2djggxwl22c"]
[ext_resource type="Script" path="res://scripts/module_selector.gd" id="1_77nb8"]
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_j4ao8"]
[node name="ModuleSelector" type="VBoxContainer"]
anchors_preset = 9
anchor_bottom = 1.0
offset_right = 117.0
grow_vertical = 2
script = ExtResource("1_77nb8")
[node name="LocationLabel" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 2
text = "Location"
horizontal_alignment = 1
[node name="ModuleSelectorOption" type="OptionButton" parent="."]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
item_count = 2
popup/item_0/text = "Module 1"
popup/item_0/id = 0
popup/item_1/text = "Module 2"
popup/item_1/id = 1
[node name="ModuleTexture" type="TextureRect" parent="."]
unique_name_in_owner = true
modulate = Color(0, 0, 0, 1)
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
texture = SubResource("PlaceholderTexture2D_j4ao8")
expand_mode = 3
stretch_mode = 4
[node name="Panel" type="Panel" parent="."]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="DescriptionLabel" type="Label" parent="Panel"]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
text = "Module Description"
autowrap_mode = 3