Added MapLoader variable to be able to reference it later to make map updates easier

This commit is contained in:
2024-08-15 02:05:27 -05:00
parent d23bcc56f6
commit 8b9b140d9b

View File

@ -5,7 +5,8 @@ enum Setting{Mouse_Speed, Joystick_Speed, SFX_Volume, Music_Volume, Voice_Volume
var DEVMODE = true
var is_paused = false
var current_map = ""
var current_map
var mapLoader
var SpawnPoint:Vector3
var Player_Last_Location = Vector3(0,0,0)