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

9 lines
156 B
GDScript

extends Node
class_name GameScreen
@export var map:Node
func _ready():
CommandDispatcher.LOAD_MAP.emit(GameManager.startMap, null, Map.Direction.North)