From 56857faf6f9149e0cd48cb9bfc842849c796f3a7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 9 Feb 2024 01:25:12 -0500 Subject: Prevent level switching --- racing/worldTransporter.gd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 racing/worldTransporter.gd (limited to 'racing/worldTransporter.gd') diff --git a/racing/worldTransporter.gd b/racing/worldTransporter.gd new file mode 100644 index 0000000..1488907 --- /dev/null +++ b/racing/worldTransporter.gd @@ -0,0 +1,6 @@ +extends "res://scripts/worldTransporter.gd" + + +func _body_entered(_body): + # Do not transport the player. + pass -- cgit 1.4.1