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

@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/robot.png-17ad80b7e526843a55ea7e95e3e071cb.ct
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
@@ -25,6 +27,10 @@ mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false

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