summaryrefslogtreecommitdiff
path: root/CheckFall.gd
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-01-31 13:34:11 +0100
committerDaniel Weipert <code@drogueronin.de>2021-01-31 13:34:11 +0100
commitf4c0645b74e85607e18c58f77cc7bbd1a4931123 (patch)
tree071975e553cd62a55d0fb9949b1c003ed0adbe4e /CheckFall.gd
parent3f4c07d2cf57bd364af6b09a3d5381d148aa713e (diff)
Small adjustments
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()