Death animations and spawner

This commit is contained in:
Marco 2025-02-23 19:19:12 +01:00
commit 16b7d936c9
13 changed files with 286 additions and 11 deletions

View file

@ -115,6 +115,7 @@ public partial class Barrel : Area2D, IDestructible
private void CreateDebris()
{
if (DebrisScene == null) return;
this.CreateSibling<Barrel>(DebrisScene);
}