mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
New player add method
This commit is contained in:
parent
83e8b9081c
commit
a235183c61
8 changed files with 116 additions and 58 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue