bendns' repos
/
hammer_space
a game about throwing hammers made for the github game off
main
hammer_space
/ colliders/hurtbox.gd
Raw
1
2
3
4
5
6
extends Area2D class_name Hurtbox func _ready() -> void: assert(owner is Hittable)