End of lesson 24.

This commit is contained in:
2025-04-07 21:12:10 -03:00
parent d44f69f731
commit 68a1e19ebe
13 changed files with 127 additions and 18 deletions

View File

@@ -5,8 +5,7 @@ class_name GameScreen
@export var map:Node
func _ready():
map.add_child(load(GameManager.currentMapPath).instantiate())
CommandDispatcher.WAIT_FOR_COMMAND.emit()
CommandDispatcher.LOAD_MAP.emit(null, GameManager.defaultMapPath, null, Map.Direction.North)
func _on_pass_button_pressed():