End of lesson 18 The command processor, Chapter 5

This commit is contained in:
2025-04-05 19:27:03 -03:00
parent d6ef6289ea
commit 909c385dee
22 changed files with 174 additions and 47 deletions

View File

@@ -19,7 +19,8 @@ config/icon="res://icon.svg"
[autoload]
Loader="*res://scripts/loader.gd"
GameManager="*res://scripts/GameManager.gd"
GameManager="*res://scripts/game/GameManager.gd"
CommandDispatcher="*res://scripts/game/commands/CommandDispatcher.gd"
[display]