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