End of lesson 28.

This commit is contained in:
2025-04-18 13:42:15 -03:00
parent 6576c0155c
commit 75cbdf40b2
8 changed files with 107 additions and 12 deletions

View File

@@ -5,4 +5,4 @@ class_name GameScreen
@export var map:Node
func _ready():
CommandDispatcher.LOAD_MAP.emit(GameManager.startMap, null, Map.Direction.North)
CommandDispatcher.LOAD_MAP.emit(GameManager.currentMap, null, Map.Direction.North)