init commit

This commit is contained in:
2025-05-12 18:07:43 -07:00
commit b410345c18
1023 changed files with 57521 additions and 0 deletions
+74
View File
@@ -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"