mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 22:45:54 +00:00
graphics and ammo counting
This commit is contained in:
parent
7548cf7d84
commit
dfe936461e
11 changed files with 45 additions and 35 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue