Resource provider

This commit is contained in:
Marco 2025-02-20 14:09:42 +01:00
commit ba21b30a4d
3 changed files with 58 additions and 2 deletions

View file

@ -69,7 +69,7 @@ public partial class PlayerMovement : CharacterBody2D, IDestructible
private bool _canMove = true;
[Signal]
public delegate void HealthChangedEventHandler(float newHealth, float MaxHealth);
public delegate void HealthChangedEventHandler(float newHealth, float maxHealth);
[Signal]
public delegate void ShieldChangedEventHandler(float newShield, float maxShield);