Added Global Variable in settings for the last known location and is updated when player starts coughing
This commit is contained in:
@ -3,3 +3,5 @@ extends Node
|
||||
var is_paused = false
|
||||
|
||||
var current_map = ""
|
||||
|
||||
var Player_Last_Location = Vector3(0,0,0)
|
||||
|
||||
Reference in New Issue
Block a user