9 lines
144 B
GDScript
9 lines
144 B
GDScript
extends Node
|
|
|
|
var startMap:String = "res://scenes/game/maps/world_map.tscn"
|
|
|
|
var currentMap:String
|
|
|
|
func startNewGame():
|
|
currentMap = startMap
|