connections

This commit is contained in:
2026-05-20 16:34:39 +02:00
parent 70bba45b8a
commit 661e62e8b8
35 changed files with 1039 additions and 258 deletions

View File

@@ -40,10 +40,6 @@ public partial class Pip : Area2D
private void OnAreaEntered(Node2D body)
{
if (body is Base enteredBase && enteredBase.Faction != Faction)
{
enteredBase.HealthComponent.TakeDamage(1);
QueueFree();
}
}
}