|
| 1 | +[gd_scene load_steps=4 format=3 uid="uid://ceqvj0x5ig6nk"] |
| 2 | + |
| 3 | +[ext_resource type="Texture2D" uid="uid://dwbicf3xmqxgd" path="res://Defaults/starback.png" id="1_57dfe"] |
| 4 | +[ext_resource type="Script" path="res://Scripts/UI/NoDirs.gd" id="1_p3fr0"] |
| 5 | + |
| 6 | +[sub_resource type="SystemFont" id="SystemFont_t632v"] |
| 7 | + |
| 8 | +[node name="NoDirs" type="Control"] |
| 9 | +layout_mode = 3 |
| 10 | +anchors_preset = 15 |
| 11 | +anchor_right = 1.0 |
| 12 | +anchor_bottom = 1.0 |
| 13 | +grow_horizontal = 2 |
| 14 | +grow_vertical = 2 |
| 15 | +script = ExtResource("1_p3fr0") |
| 16 | + |
| 17 | +[node name="Main" type="CenterContainer" parent="."] |
| 18 | +layout_mode = 2 |
| 19 | +offset_right = 1280.0 |
| 20 | +offset_bottom = 720.0 |
| 21 | +size_flags_vertical = 3 |
| 22 | + |
| 23 | +[node name="VBox" type="VBoxContainer" parent="Main"] |
| 24 | +layout_mode = 2 |
| 25 | + |
| 26 | +[node name="RichTextLabel" type="RichTextLabel" parent="Main/VBox"] |
| 27 | +clip_contents = false |
| 28 | +layout_mode = 2 |
| 29 | +size_flags_vertical = 6 |
| 30 | +bbcode_enabled = true |
| 31 | +text = "[center][b]You do not have any unpacked directories set![/b] |
| 32 | +Please sent them below. |
| 33 | +These options can be changed later via the \"File > Options\" menu.[/center]" |
| 34 | +fit_content = true |
| 35 | +scroll_active = false |
| 36 | + |
| 37 | +[node name="AOs" type="CenterContainer" parent="Main/VBox"] |
| 38 | +layout_mode = 2 |
| 39 | +size_flags_vertical = 3 |
| 40 | + |
| 41 | +[node name="HBoxContainer" type="HBoxContainer" parent="Main/VBox/AOs"] |
| 42 | +layout_mode = 2 |
| 43 | + |
| 44 | +[node name="AODir" type="Button" parent="Main/VBox/AOs/HBoxContainer"] |
| 45 | +custom_minimum_size = Vector2(300, 0) |
| 46 | +layout_mode = 2 |
| 47 | +theme_override_fonts/font = SubResource("SystemFont_t632v") |
| 48 | +text = "Set art objects directory..." |
| 49 | + |
| 50 | +[node name="FileDialog" type="FileDialog" parent="Main/VBox/AOs/HBoxContainer/AODir"] |
| 51 | +title = "Open a Directory" |
| 52 | +initial_position = 2 |
| 53 | +size = Vector2i(312, 154) |
| 54 | +ok_button_text = "Select Current Folder" |
| 55 | +file_mode = 2 |
| 56 | +access = 2 |
| 57 | +use_native_dialog = true |
| 58 | + |
| 59 | +[node name="ListDir" type="LineEdit" parent="Main/VBox/AOs/HBoxContainer"] |
| 60 | +custom_minimum_size = Vector2(500, 0) |
| 61 | +layout_mode = 2 |
| 62 | +size_flags_horizontal = 3 |
| 63 | +editable = false |
| 64 | + |
| 65 | +[node name="LVLs" type="CenterContainer" parent="Main/VBox"] |
| 66 | +layout_mode = 2 |
| 67 | +size_flags_vertical = 3 |
| 68 | + |
| 69 | +[node name="HBoxContainer" type="HBoxContainer" parent="Main/VBox/LVLs"] |
| 70 | +layout_mode = 2 |
| 71 | + |
| 72 | +[node name="LVLDir" type="Button" parent="Main/VBox/LVLs/HBoxContainer"] |
| 73 | +custom_minimum_size = Vector2(300, 0) |
| 74 | +layout_mode = 2 |
| 75 | +theme_override_fonts/font = SubResource("SystemFont_t632v") |
| 76 | +text = "Set levels directory..." |
| 77 | + |
| 78 | +[node name="FileDialog" type="FileDialog" parent="Main/VBox/LVLs/HBoxContainer/LVLDir"] |
| 79 | +title = "Open a Directory" |
| 80 | +initial_position = 2 |
| 81 | +size = Vector2i(312, 154) |
| 82 | +ok_button_text = "Select Current Folder" |
| 83 | +file_mode = 2 |
| 84 | +access = 2 |
| 85 | +use_native_dialog = true |
| 86 | + |
| 87 | +[node name="ListDir" type="LineEdit" parent="Main/VBox/LVLs/HBoxContainer"] |
| 88 | +custom_minimum_size = Vector2(500, 0) |
| 89 | +layout_mode = 2 |
| 90 | +size_flags_horizontal = 3 |
| 91 | +editable = false |
| 92 | + |
| 93 | +[node name="TSs" type="CenterContainer" parent="Main/VBox"] |
| 94 | +layout_mode = 2 |
| 95 | +size_flags_vertical = 3 |
| 96 | + |
| 97 | +[node name="HBoxContainer" type="HBoxContainer" parent="Main/VBox/TSs"] |
| 98 | +layout_mode = 2 |
| 99 | + |
| 100 | +[node name="TSDir" type="Button" parent="Main/VBox/TSs/HBoxContainer"] |
| 101 | +custom_minimum_size = Vector2(300, 0) |
| 102 | +layout_mode = 2 |
| 103 | +theme_override_fonts/font = SubResource("SystemFont_t632v") |
| 104 | +text = "Set trile sets directory..." |
| 105 | + |
| 106 | +[node name="FileDialog" type="FileDialog" parent="Main/VBox/TSs/HBoxContainer/TSDir"] |
| 107 | +title = "Open a Directory" |
| 108 | +initial_position = 2 |
| 109 | +size = Vector2i(312, 154) |
| 110 | +ok_button_text = "Select Current Folder" |
| 111 | +file_mode = 2 |
| 112 | +access = 2 |
| 113 | +use_native_dialog = true |
| 114 | + |
| 115 | +[node name="ListDir" type="LineEdit" parent="Main/VBox/TSs/HBoxContainer"] |
| 116 | +custom_minimum_size = Vector2(500, 0) |
| 117 | +layout_mode = 2 |
| 118 | +size_flags_horizontal = 3 |
| 119 | +editable = false |
| 120 | + |
| 121 | +[node name="NPCs" type="CenterContainer" parent="Main/VBox"] |
| 122 | +layout_mode = 2 |
| 123 | +size_flags_vertical = 3 |
| 124 | + |
| 125 | +[node name="HBoxContainer" type="HBoxContainer" parent="Main/VBox/NPCs"] |
| 126 | +layout_mode = 2 |
| 127 | + |
| 128 | +[node name="NPCDir" type="Button" parent="Main/VBox/NPCs/HBoxContainer"] |
| 129 | +custom_minimum_size = Vector2(300, 0) |
| 130 | +layout_mode = 2 |
| 131 | +theme_override_fonts/font = SubResource("SystemFont_t632v") |
| 132 | +text = "Set character animations directory..." |
| 133 | + |
| 134 | +[node name="FileDialog" type="FileDialog" parent="Main/VBox/NPCs/HBoxContainer/NPCDir"] |
| 135 | +title = "Open a Directory" |
| 136 | +initial_position = 2 |
| 137 | +size = Vector2i(312, 154) |
| 138 | +ok_button_text = "Select Current Folder" |
| 139 | +file_mode = 2 |
| 140 | +access = 2 |
| 141 | +use_native_dialog = true |
| 142 | + |
| 143 | +[node name="ListDir" type="LineEdit" parent="Main/VBox/NPCs/HBoxContainer"] |
| 144 | +custom_minimum_size = Vector2(500, 0) |
| 145 | +layout_mode = 2 |
| 146 | +size_flags_horizontal = 3 |
| 147 | +editable = false |
| 148 | + |
| 149 | +[node name="LoadHARDHAT" type="Button" parent="Main/VBox"] |
| 150 | +custom_minimum_size = Vector2(250, 0) |
| 151 | +layout_mode = 2 |
| 152 | +size_flags_horizontal = 4 |
| 153 | +disabled = true |
| 154 | +text = "Load Beret!" |
| 155 | + |
| 156 | +[node name="Starback" type="Sprite2D" parent="."] |
| 157 | +z_index = -1 |
| 158 | +position = Vector2(640, 360) |
| 159 | +texture = ExtResource("1_57dfe") |
| 160 | + |
| 161 | +[connection signal="pressed" from="Main/VBox/LoadHARDHAT" to="." method="_on_load_hardhat_pressed"] |
0 commit comments