Activable spawners

This commit is contained in:
Marco 2025-09-22 18:19:40 +02:00
commit 467fb5be9d
10 changed files with 427 additions and 397 deletions

View file

@ -29,7 +29,7 @@ public partial class Idle : EnemyStateBase3D
// player detection
// damage receiver will be a module
GD.Print("Entered Idle");
//GD.Print("Entered Idle");
}
public override void ExitState()
@ -60,7 +60,7 @@ public partial class Idle : EnemyStateBase3D
private void PlayerDetectionOnPlayerInRange()
{
_isPlayerInRange = true;
GD.Print("Player In Range");
//GD.Print("Player In Range");
}
private void PlayerDetectionOnPlayerOutOfRange()