Refactored locations

This commit is contained in:
Marco 2025-01-21 15:17:26 +01:00
commit b7defbb209
16 changed files with 65 additions and 28 deletions

View file

@ -35,8 +35,7 @@ public partial class PlayerMovement : CharacterBody2D, IDestructible
[Export] public float Health = 4f;
[Export] public Weapon EquippedWeapon;
[DebugGUIPrint]
private float _currentHealth = 0f;
private bool _isDestroyed = false;