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

9 lines
158 B
GDScript

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