✨ Reactor, and enemies attacking the tiles
This commit is contained in:
@@ -18,6 +18,9 @@ public partial class EnemyNestTile : BaseTile
|
||||
{
|
||||
base._Ready();
|
||||
|
||||
// Add to Hostile group to prevent enemies from attacking their own nest
|
||||
AddToGroup("Hostile");
|
||||
|
||||
// Create and configure the timer
|
||||
_spawnTimer = new Timer
|
||||
{
|
||||
|
Reference in New Issue
Block a user