Fix dying loop, add death counter, add die button to debug

This commit is contained in:
2026-01-20 21:18:10 -08:00
parent 670f8baabf
commit a1f67c3d71
16 changed files with 390 additions and 294 deletions

View File

@@ -53,4 +53,6 @@ public partial class RescuedItems : Node3D
Game.RescuedItems.Items.Clear();
}
public override void _ExitTree() => base._ExitTree();
}