Merge branch 'plant-builder'

This commit is contained in:
Altaezio
2026-02-15 16:02:17 +01:00
92 changed files with 1391 additions and 41 deletions

View File

@@ -51,7 +51,7 @@ func get_description() -> String:
return tr("PLANT_%s_MUST_BE_USED_IN_DECONTAMINATED_ZONE") % plant_name
func get_icon() -> Texture2D:
return plant_archetype.texture_builder.build_seed_texture(random_seed)
return PlantTextureBuilder.build_seed_texture(random_seed)
func get_energy_used() -> int:
return 1