72 lines
2.2 KiB
Plaintext
72 lines
2.2 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://buswnr7ncyh4c"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1"]
|
|
bg_color = Color(0.15, 0.15, 0.2, 0.8)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color(0.3, 0.3, 0.4, 0.6)
|
|
corner_radius_top_left = 4
|
|
corner_radius_top_right = 4
|
|
corner_radius_bottom_right = 4
|
|
corner_radius_bottom_left = 4
|
|
|
|
[node name="CraftingQueue" type="Panel"]
|
|
custom_minimum_size = Vector2(0, 80)
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_1")
|
|
|
|
[node name="MarginContainer" 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 = 10
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 8
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="TitleLabel" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 12
|
|
text = "合成队列"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="QueueContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="Slot1" type="Panel" parent="MarginContainer/VBoxContainer/QueueContainer"]
|
|
custom_minimum_size = Vector2(48, 48)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Slot2" type="Panel" parent="MarginContainer/VBoxContainer/QueueContainer"]
|
|
custom_minimum_size = Vector2(48, 48)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Slot3" type="Panel" parent="MarginContainer/VBoxContainer/QueueContainer"]
|
|
custom_minimum_size = Vector2(48, 48)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Slot4" type="Panel" parent="MarginContainer/VBoxContainer/QueueContainer"]
|
|
custom_minimum_size = Vector2(48, 48)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Slot5" type="Panel" parent="MarginContainer/VBoxContainer/QueueContainer"]
|
|
custom_minimum_size = Vector2(48, 48)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|