treballant en el overlay, el text i les notificacions

This commit is contained in:
2026-04-04 18:11:04 +02:00
parent abb23071b5
commit fe8e5d661e
38 changed files with 738 additions and 105 deletions

View File

@@ -12,14 +12,20 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# --- LISTA EXPLÍCITA DE FUENTES ---
set(APP_SOURCES
# Core - Motor "Jail"
source/core/global_inputs.cpp
source/core/jail_audio.cpp
source/core/jdraw8.cpp
source/core/jfile.cpp
source/core/jgame.cpp
source/core/jinput.cpp
source/core/screen.cpp
# Core - Motor original "Jail" (no tocar gameplay)
source/core/jail/jail_audio.cpp
source/core/jail/jdraw8.cpp
source/core/jail/jfile.cpp
source/core/jail/jgame.cpp
source/core/jail/jinput.cpp
# Core - Capa de presentación (nueva)
source/core/rendering/overlay.cpp
source/core/rendering/screen.cpp
source/core/rendering/text.cpp
# Core - Input global (nueva)
source/core/input/global_inputs.cpp
# Game
source/game/options.cpp