94 lines
2.4 KiB
Plaintext
94 lines
2.4 KiB
Plaintext
[gd_scene format=3 uid="uid://c018oue81jm44"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/ui/shop_panel.gd" id="1"]
|
|
|
|
[node name="ShopPanel" 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")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.12, 0.12, 0.12, 0.95)
|
|
|
|
[node name="Panel" type="PanelContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -300.0
|
|
offset_top = -250.0
|
|
offset_right = 300.0
|
|
offset_bottom = 250.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Panel"]
|
|
layout_mode = 2
|
|
|
|
[node name="Header" type="HBoxContainer" parent="Panel/VBoxContainer"]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="BackBtn" type="Button" parent="Panel/VBoxContainer/Header"]
|
|
layout_mode = 2
|
|
text = "Back"
|
|
|
|
[node name="Title" type="Label" parent="Panel/VBoxContainer/Header"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "SHOP"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="Panel/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
current_tab = 0
|
|
|
|
[node name="Head" type="MarginContainer" parent="Panel/VBoxContainer/TabContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="Panel/VBoxContainer/TabContainer/Head"]
|
|
layout_mode = 2
|
|
columns = 3
|
|
|
|
[node name="Costume" type="MarginContainer" parent="Panel/VBoxContainer/TabContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="Panel/VBoxContainer/TabContainer/Costume"]
|
|
layout_mode = 2
|
|
columns = 3
|
|
|
|
[node name="Glove" type="MarginContainer" parent="Panel/VBoxContainer/TabContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="Panel/VBoxContainer/TabContainer/Glove"]
|
|
layout_mode = 2
|
|
columns = 3
|
|
|
|
[node name="Accessory" type="MarginContainer" parent="Panel/VBoxContainer/TabContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="Panel/VBoxContainer/TabContainer/Accessory"]
|
|
layout_mode = 2
|
|
columns = 3
|
|
|
|
[node name="StatusLabel" type="Label" parent="Panel/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Welcome to the Store!"
|
|
horizontal_alignment = 1
|