legacy-of-the-ancient-questor/scripts/game/GameManager.gd

9 lines
144 B
GDScript

extends Node
var startMap:String = "res://scenes/game/maps/world_map.tscn"
var currentMap:String
func startNewGame():
currentMap = startMap