localised resources and remaining scenes

This commit is contained in:
2025-08-21 18:41:32 +10:00
parent 2859b6dd43
commit 57a57d2b91
38 changed files with 484 additions and 129 deletions

View File

@@ -49,7 +49,7 @@ func find_multiple_targets() -> Array[EnemyController]:
continue
if tower.global_position.distance_to(enemy.global_position) > tower.target_range:
continue
if !(enemy.stats.target_type & tower.stats.target_type):
if !tower.stats.target_type.has(enemy.stats.target_type):
continue
#if multiple_targets_cache.has(enemy):
# continue