Debug zombie spawner

This commit is contained in:
Rendo 2025-06-24 18:44:49 +05:00
commit 0fff33d196
69 changed files with 564 additions and 100 deletions

View file

@ -8,7 +8,7 @@ namespace Newlon.Components.Level;
// Is not pool in traditional sense, but named like that to prevent repetition
//
public partial class PoolContainer : Node
public partial class PoolContainer : Node2D
{
[Export]
public Node2D Zombies { get; private set; }