mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 02:25:55 +00:00
Explosions for bullets
This commit is contained in:
parent
8e784be1aa
commit
8ab4546579
9 changed files with 58 additions and 11 deletions
|
|
@ -21,6 +21,8 @@ public partial class WeaponAmmoCounter : Container
|
|||
public void Init(LootItem item)
|
||||
{
|
||||
Item = item;
|
||||
|
||||
Icon.Texture = item.InventorySprite;
|
||||
|
||||
InventoryManager.Instance.LoadedAmmoChanged += (weaponKey, count) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue