small boss progess

This commit is contained in:
Daniel Kauss Serna 2026-04-24 15:23:44 +02:00
parent 986c83ec8f
commit 3f9103b1c8
42 changed files with 769 additions and 54 deletions

View file

@ -18,7 +18,7 @@ func _physics_process(delta: float) -> void:
position += dir * speed * delta
func _on_hitbox_hit_obstacle() -> void:
queue_free()
pass
func _on_hitbox_hit_entity(entity: Entity) -> void:
queue_free()