a game about throwing hammers made for the github game off
Diffstat (limited to 'ui/death.gd')
-rw-r--r--ui/death.gd8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/death.gd b/ui/death.gd
new file mode 100644
index 0000000..9a51fb6
--- /dev/null
+++ b/ui/death.gd
@@ -0,0 +1,8 @@
+extends Popuppable
+
+func open() -> void:
+ $anim.play(&"death")
+ super()
+
+func _ready() -> void:
+ set_process_unhandled_input(false) \ No newline at end of file