Tweaked some numbers to get a better "swarm"

This commit is contained in:
Douwe Ravers
2024-10-07 23:50:50 +02:00
parent af7a46cd23
commit 7f0591298a
27 changed files with 1403 additions and 26 deletions

View File

@@ -5,5 +5,5 @@ extends MeshInstance3D
func _process(delta: float) -> void:
visible = ant.capacity > 0 and \
ant.target == PlayerCamp.instance and \
ant.target is PlayerCamp and \
ant.source_target.type == type