texture_builder + growing sprites

This commit is contained in:
Altaezio
2026-02-13 16:49:14 +01:00
parent e6d34a50a5
commit e305e3213d
10 changed files with 239 additions and 218 deletions

View File

@@ -55,7 +55,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