feat: introduce identity-backed goat

This commit is contained in:
Rijad Zuzo
2026-07-26 22:26:00 +02:00
parent 1f09ebe6b6
commit f79c2bb630
47 changed files with 1903 additions and 96 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func _initialize_world_presentation() -> void:
groups_to_snap.append(child)
if has_node("WorldObjects"):
var wo := $WorldObjects
for group_name in ["ResourceNodes", "StorageSites", "ActivitySites"]:
for group_name in ["Animals", "ResourceNodes", "StorageSites", "ActivitySites"]:
if wo.has_node(group_name):
groups_to_snap.append_array(wo.get_node(group_name).get_children())