Empty lines removed
This commit is contained in:
@ -5,7 +5,7 @@ extends RayCast3D
|
|||||||
# Called when the node enters the scene tree for the first time.
|
# Called when the node enters the scene tree for the first time.
|
||||||
func _ready():
|
func _ready():
|
||||||
add_exception(owner)
|
add_exception(owner)
|
||||||
|
|
||||||
func _physics_process(delta):
|
func _physics_process(delta):
|
||||||
prompt.text = ""
|
prompt.text = ""
|
||||||
if is_colliding():
|
if is_colliding():
|
||||||
|
|||||||
@ -10,6 +10,7 @@ var current_map = ""
|
|||||||
var SpawnPoint:Vector3
|
var SpawnPoint:Vector3
|
||||||
var Player_Last_Location = Vector3(0,0,0)
|
var Player_Last_Location = Vector3(0,0,0)
|
||||||
|
|
||||||
|
|
||||||
func SetCurrentMap(selected_map):
|
func SetCurrentMap(selected_map):
|
||||||
current_map = selected_map
|
current_map = selected_map
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user