Debug addon and removed old scaling

This commit is contained in:
Marco 2024-11-13 17:23:32 +01:00
commit ca85765ca2
16 changed files with 1637 additions and 11 deletions

View file

@ -39,6 +39,7 @@ public partial class PlayerMovement : CharacterBody2D, IDestructible
[Export] public float Health = 4f;
[DebugGUIPrint]
private float _currentHealth = 0f;
[Export] public double RateOfFire = 0.4f;