summary refs log tree commit diff stats
path: root/racing/worldTransporter.gd
blob: 14889076e86ade1dd909a5d5630445df46384ba0 (plain) (blame)
1
2
3
4
5
6
extends "res://scripts/worldTransporter.gd"


func _body_entered(_body):
	# Do not transport the player.
	pass