a game about throwing hammers made for the github game off
1
2
3
4
5
extends Area2D
class_name Hurtbox

func _ready() -> void:
    assert(owner is Hittable)