Init
This commit is contained in:
64
scenes/ss
Normal file
64
scenes/ss
Normal file
@ -0,0 +1,64 @@
|
||||
[gd_scene format=3]
|
||||
|
||||
[node name="ItemPanel" type="Panel"]
|
||||
custom_minimum_size = Vector2(320, 60)
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
[node name="Icon" type="TextureRect" parent="HBoxContainer"]
|
||||
custom_minimum_size = Vector2(48, 48)
|
||||
expand = true
|
||||
stretch_mode = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
|
||||
|
||||
[node name="TopRow" type="HBoxContainer" parent="HBoxContainer/VBoxContainer"]
|
||||
|
||||
[node name="NameLabel" type="Label" parent="HBoxContainer/VBoxContainer/TopRow"]
|
||||
text = "物品名称 50/s"
|
||||
custom_colors/font_color = Color(1, 0.85, 0.3)
|
||||
theme_override_font_sizes/font_size = 18
|
||||
|
||||
[node name="PowerIcon" type="TextureRect" parent="HBoxContainer/VBoxContainer/TopRow"]
|
||||
custom_minimum_size = Vector2(20, 20)
|
||||
expand = false
|
||||
stretch_mode = 2
|
||||
|
||||
[node name="PowerLabel" type="Label" parent="HBoxContainer/VBoxContainer/TopRow"]
|
||||
text = "-360.0W"
|
||||
custom_colors/font_color = Color(0.7, 0.9, 1)
|
||||
theme_override_font_sizes/font_size = 14
|
||||
|
||||
[node name="RecipeRow" type="HBoxContainer" parent="HBoxContainer/VBoxContainer"]
|
||||
|
||||
[node name="EqualIcon" type="TextureRect" parent="HBoxContainer/VBoxContainer/RecipeRow"]
|
||||
custom_minimum_size = Vector2(16, 16)
|
||||
expand = false
|
||||
stretch_mode = 2
|
||||
|
||||
[node name="MaterialIcon" type="TextureRect" parent="HBoxContainer/VBoxContainer/RecipeRow"]
|
||||
custom_minimum_size = Vector2(32, 32)
|
||||
expand = false
|
||||
stretch_mode = 2
|
||||
|
||||
[node name="ControlRow" type="HBoxContainer" parent="HBoxContainer/VBoxContainer"]
|
||||
|
||||
[node name="MinusButton" type="Button" parent="HBoxContainer/VBoxContainer/ControlRow"]
|
||||
text = "-"
|
||||
custom_minimum_size = Vector2(32, 32)
|
||||
|
||||
[node name="CountEdit" type="LineEdit" parent="HBoxContainer/VBoxContainer/ControlRow"]
|
||||
text = "50"
|
||||
custom_minimum_size = Vector2(48, 32)
|
||||
|
||||
[node name="PlusButton" type="Button" parent="HBoxContainer/VBoxContainer/ControlRow"]
|
||||
text = "+"
|
||||
custom_minimum_size = Vector2(32, 32)
|
||||
|
||||
[node name="ProgressBar" type="ProgressBar" parent="HBoxContainer/VBoxContainer"]
|
||||
custom_minimum_size = Vector2(200, 8)
|
||||
value = 50
|
||||
max_value = 100
|
||||
Reference in New Issue
Block a user