New player add method

This commit is contained in:
Marco 2025-01-22 11:35:37 +01:00
commit a235183c61
8 changed files with 116 additions and 58 deletions

View file

@ -37,7 +37,7 @@ public partial class PlayerMovement : CharacterBody2D, IDestructible
[Export] public Weapon EquippedWeapon;
private float _currentHealth = 0f;
private bool _isDestroyed = false;
//private InventoryManager _inventoryManager;