fix stomping

This commit is contained in:
2025-02-09 06:37:28 +01:00
parent ad973e58a2
commit 03ed7e29d1
4 changed files with 10 additions and 7 deletions

View File

@@ -15,7 +15,6 @@ func _ready() -> void:
func deal_damage(target: HealthComponent) -> void:
target.decrease_health(damage)
print("Dealt damage to target!")
func on_area2d_body_entered(body: Node2D) -> void: