començem a treballar en el editor

This commit is contained in:
2026-04-02 10:28:19 +02:00
parent 0bfb535d4d
commit a2caf95005
10 changed files with 415 additions and 4 deletions

View File

@@ -96,6 +96,10 @@ set(APP_SOURCES
source/game/scenes/logo.cpp
source/game/scenes/title.cpp
# Game - Editor (debug only, guarded by #ifdef _DEBUG in source)
source/game/editor/map_editor.cpp
source/game/editor/editor_statusbar.cpp
# Game - UI
source/game/ui/console.cpp
source/game/ui/console_commands.cpp