summary refs log tree commit diff stats
path: root/racing/worldTransporter.gd
diff options
context:
space:
mode:
Diffstat (limited to 'racing/worldTransporter.gd')
-rw-r--r--racing/worldTransporter.gd6
1 files changed, 6 insertions, 0 deletions
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 @@
1extends "res://scripts/worldTransporter.gd"
2
3
4func _body_entered(_body):
5 # Do not transport the player.
6 pass