Merge branch 'plant-builder'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user