Added Global Variable in settings for the last known location and is updated when player starts coughing

This commit is contained in:
Willow Behar
2024-05-10 11:22:24 -05:00
parent 8291bd8ed3
commit d4164c994e
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,5 @@ extends Node
var is_paused = false
var current_map = ""
var Player_Last_Location = Vector3(0,0,0)