init commit
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
[gd_scene format=3 uid="uid://beh0wq5p0c1rk"]
|
||||
|
||||
[node name="SelectToolFrame" type="Panel"]
|
||||
visible = false
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 20.0
|
||||
offset_top = -88.0
|
||||
offset_right = 160.0
|
||||
offset_bottom = 5.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="ItemName" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 23.0
|
||||
grow_horizontal = 2
|
||||
text = "Item Name"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ItemSlot" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_top = 23.0
|
||||
offset_bottom = 46.0
|
||||
grow_horizontal = 2
|
||||
text = "Slot Size : 4x4"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="ItemWeight" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_top = 46.0
|
||||
offset_right = 1.0
|
||||
offset_bottom = 69.0
|
||||
grow_horizontal = 2
|
||||
text = "Item Weight : 50"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Capacity" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_top = 70.0
|
||||
offset_right = 1.0
|
||||
offset_bottom = 93.0
|
||||
grow_horizontal = 2
|
||||
text = "Capacity : 50 / 40"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
@@ -0,0 +1,74 @@
|
||||
[gd_scene format=3 uid="uid://dma8pi16kq0w2"]
|
||||
|
||||
[node name="split_item_frame" type="Panel"]
|
||||
anchors_preset = 6
|
||||
anchor_left = 1.0
|
||||
anchor_top = 0.5
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -1530.0
|
||||
offset_top = -150.0
|
||||
offset_right = -1030.0
|
||||
offset_bottom = 50.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_right = -250.0
|
||||
offset_bottom = 40.0
|
||||
grow_horizontal = 2
|
||||
scale = Vector2(2, 2)
|
||||
text = "Split Item"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="SplitQuantity" type="LineEdit" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -33.531
|
||||
offset_top = -120.0
|
||||
offset_right = 46.469
|
||||
offset_bottom = -80.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
placeholder_text = "50"
|
||||
alignment = 1
|
||||
virtual_keyboard_type = 2
|
||||
|
||||
[node name="Split" type="Button" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -210.0
|
||||
offset_top = -60.0
|
||||
offset_right = -30.0
|
||||
offset_bottom = -20.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
text = "Split
|
||||
"
|
||||
|
||||
[node name="Cancel" type="Button" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 7
|
||||
anchor_left = 0.5
|
||||
anchor_top = 1.0
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 40.0
|
||||
offset_top = -60.0
|
||||
offset_right = 220.0
|
||||
offset_bottom = -20.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
text = "Cancel"
|
||||
Reference in New Issue
Block a user