a game about throwing hammers made for the github game off
1
2
3
4
5
6
7
8
extends Popuppable

func open() -> void:
	$anim.play(&"death")
	super()

func _ready() -> void:
	set_process_unhandled_input(false)