summaryrefslogtreecommitdiff
path: root/CheckFall.gd
diff options
context:
space:
mode:
Diffstat (limited to 'CheckFall.gd')
-rw-r--r--CheckFall.gd5
1 files changed, 0 insertions, 5 deletions
diff --git a/CheckFall.gd b/CheckFall.gd
deleted file mode 100644
index ff28fc0..0000000
--- a/CheckFall.gd
+++ /dev/null
@@ -1,5 +0,0 @@
-extends Area2D
-
-
-func _on_CheckFall_body_entered(body):
- get_parent().respawn_player()