9 lines
156 B
GDScript
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)
|