plant tester + shado assets

This commit is contained in:
Altaezio
2026-02-21 18:40:00 +01:00
parent 35004684f4
commit 4ca102966b
74 changed files with 1203 additions and 308 deletions

View File

@@ -27,6 +27,7 @@ func load_resource():
for i in maxi(attaches_children.size(), plant_part.attaches.size()):
if i < attaches_children.size() && i < plant_part.attaches.size():
attaches_children[i].position = plant_part.attaches[i].position
attaches_children[i].attach_types = plant_part.attaches[i].attach_types
elif i >= attaches_children.size():
var new_child = PlantAttachBuilder.new()
new_child.name = "attach" + str(i)