From 485cd463b22e12394cd232812e2c3789ef37ab1c Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 9 Jan 2021 23:30:27 +0100 Subject: Adds a bunch of characters and fixes things --- CheckFall.gd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CheckFall.gd (limited to 'CheckFall.gd') diff --git a/CheckFall.gd b/CheckFall.gd new file mode 100644 index 0000000..ff28fc0 --- /dev/null +++ b/CheckFall.gd @@ -0,0 +1,5 @@ +extends Area2D + + +func _on_CheckFall_body_entered(body): + get_parent().respawn_player() -- cgit v1.2.3