96 lines
3.1 KiB
Plaintext
96 lines
3.1 KiB
Plaintext
[gd_scene format=3 uid="uid://frag_craft_panel_001"]
|
||
|
||
[ext_resource type="Script" path="res://scripts/ui/fragment_craft_panel.gd" id="1"]
|
||
[ext_resource type="Theme" uid="uid://da337sh5qxi0s" path="res://assets/themes/ui_theme.tres" id="2"]
|
||
[ext_resource type="FontFile" uid="uid://xnjx058n4tsw" path="res://assets/fonts/Nougat-ExtraBlack.ttf" id="3_font"]
|
||
|
||
[node name="FragmentCraftPanel" type="Control"]
|
||
layout_mode = 3
|
||
anchors_preset = 15
|
||
anchor_right = 1.0
|
||
anchor_bottom = 1.0
|
||
grow_horizontal = 2
|
||
grow_vertical = 2
|
||
theme = ExtResource("2")
|
||
script = ExtResource("1")
|
||
|
||
[node name="Background" 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.04, 0.04, 0.08, 0.96)
|
||
|
||
[node name="MainMargin" type="MarginContainer" parent="."]
|
||
layout_mode = 1
|
||
anchors_preset = 15
|
||
anchor_right = 1.0
|
||
anchor_bottom = 1.0
|
||
grow_horizontal = 2
|
||
grow_vertical = 2
|
||
theme_override_constants/margin_left = 30
|
||
theme_override_constants/margin_top = 20
|
||
theme_override_constants/margin_right = 30
|
||
theme_override_constants/margin_bottom = 20
|
||
|
||
[node name="MainVBox" type="VBoxContainer" parent="MainMargin"]
|
||
layout_mode = 2
|
||
theme_override_constants/separation = 14
|
||
|
||
[node name="TopBar" type="HBoxContainer" parent="MainMargin/MainVBox"]
|
||
layout_mode = 2
|
||
theme_override_constants/separation = 12
|
||
|
||
[node name="BackBtn" type="Button" parent="MainMargin/MainVBox/TopBar"]
|
||
unique_name_in_owner = true
|
||
custom_minimum_size = Vector2(44, 44)
|
||
layout_mode = 2
|
||
theme_override_fonts/font = ExtResource("3_font")
|
||
theme_override_font_sizes/font_size = 22
|
||
text = "←"
|
||
|
||
[node name="TitleLabel" type="Label" parent="MainMargin/MainVBox/TopBar"]
|
||
layout_mode = 2
|
||
size_flags_horizontal = 3
|
||
theme_override_colors/font_color = Color(0.4, 1.0, 0.7, 1)
|
||
theme_override_fonts/font = ExtResource("3_font")
|
||
theme_override_font_sizes/font_size = 24
|
||
text = "🧩 Fragment Craft"
|
||
|
||
[node name="FragBalance" type="Label" parent="MainMargin/MainVBox/TopBar"]
|
||
unique_name_in_owner = true
|
||
layout_mode = 2
|
||
theme_override_colors/font_color = Color(0.85, 0.85, 0.85, 1)
|
||
theme_override_fonts/font = ExtResource("3_font")
|
||
theme_override_font_sizes/font_size = 14
|
||
text = "⬜ ×0 🟩 ×0 🟦 ×0"
|
||
|
||
[node name="SubTitle" type="Label" parent="MainMargin/MainVBox"]
|
||
layout_mode = 2
|
||
theme_override_colors/font_color = Color(0.65, 0.65, 0.65, 1)
|
||
theme_override_font_sizes/font_size = 13
|
||
text = "Collect Common, Uncommon, and Rare fragments from gacha pulls to craft exclusive skins."
|
||
|
||
[node name="HSep" type="HSeparator" parent="MainMargin/MainVBox"]
|
||
layout_mode = 2
|
||
|
||
[node name="ScrollContainer" type="ScrollContainer" parent="MainMargin/MainVBox"]
|
||
layout_mode = 2
|
||
size_flags_vertical = 3
|
||
horizontal_scroll_mode = 0
|
||
|
||
[node name="RecipeList" type="VBoxContainer" parent="MainMargin/MainVBox/ScrollContainer"]
|
||
unique_name_in_owner = true
|
||
layout_mode = 2
|
||
size_flags_horizontal = 3
|
||
theme_override_constants/separation = 10
|
||
|
||
[node name="StatusLabel" type="Label" parent="MainMargin/MainVBox"]
|
||
unique_name_in_owner = true
|
||
layout_mode = 2
|
||
theme_override_font_sizes/font_size = 14
|
||
horizontal_alignment = 1
|
||
text = ""
|