feat: hit effect scenes are now preloaded

This commit is contained in:
Sara 2025-07-28 22:21:16 +02:00
parent 5a4ac26c72
commit adcbf41a48
4 changed files with 35 additions and 4 deletions

View file

@ -9,6 +9,9 @@ class Hitbox : public Area3D {
GDCLASS(Hitbox, Area3D);
static void _bind_methods();
protected:
void _notification(int what);
public:
void set_health(HealthStatus *value);
HealthStatus *get_health() const;