mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
61 lines
1.8 KiB
Plaintext
61 lines
1.8 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://bom2rstlk8fws"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://comkghpj0djcl" path="res://Resources/UI/Panel.tres" id="1_3eop1"]
|
|
[ext_resource type="Script" uid="uid://le6t1opa0sr0" path="res://Scripts/UI/ResourcePackConfigMenu.gd" id="1_n21uo"]
|
|
[ext_resource type="Script" uid="uid://dcmjifllvi3qd" path="res://Scripts/UI/SettingsCategory.gd" id="3_ji2kl"]
|
|
|
|
[sub_resource type="StyleBoxLine" id="StyleBoxLine_n21uo"]
|
|
color = Color(1, 1, 1, 1)
|
|
|
|
[node name="ResourcePackConfigMenu" type="Control"]
|
|
layout_mode = 3
|
|
anchor_left = 0.15
|
|
anchor_top = 0.15
|
|
anchor_right = 0.85
|
|
anchor_bottom = 0.85
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_n21uo")
|
|
|
|
[node name="Panel" type="PanelContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = ExtResource("1_3eop1")
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="Panel"]
|
|
layout_mode = 2
|
|
horizontal_scroll_mode = 0
|
|
vertical_scroll_mode = 3
|
|
|
|
[node name="Options" type="VBoxContainer" parent="Panel/ScrollContainer" node_paths=PackedStringArray("scroll_container")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("3_ji2kl")
|
|
minimum_idx = 0
|
|
active = false
|
|
scroll_container = NodePath("..")
|
|
|
|
[node name="Title" type="Label" parent="Panel/ScrollContainer/Options"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Configure Pack"
|
|
horizontal_alignment = 1
|
|
uppercase = true
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="Panel/ScrollContainer/Options/Title"]
|
|
layout_mode = 1
|
|
anchors_preset = 12
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = -4.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
theme_override_styles/separator = SubResource("StyleBoxLine_n21uo")
|