graphics and ammo counting

This commit is contained in:
MaddoScientisto 2025-03-06 21:16:04 +01:00
commit dfe936461e
11 changed files with 45 additions and 35 deletions

View file

@ -333,7 +333,7 @@ public partial class Hud : CanvasLayer
// Clear all items
foreach (var hudItem in _items)
{
hudItem.Value.QueueFree();
hudItem.Value.Delete();
}
_items.Clear();