nou icono

corregit Makefile
This commit is contained in:
2025-11-16 21:11:52 +01:00
parent e4a61a7241
commit a5d43dfb1f
6 changed files with 12 additions and 3 deletions

View File

@@ -89,6 +89,11 @@ APP_SOURCES := \
source/game/entities/enemy.cpp \
source/game/entities/item.cpp \
source/game/gameplay/room.cpp \
source/game/gameplay/collision_map.cpp \
source/game/gameplay/enemy_manager.cpp \
source/game/gameplay/item_manager.cpp \
source/game/gameplay/room_loader.cpp \
source/game/gameplay/tilemap_renderer.cpp \
source/game/gameplay/scoreboard.cpp \
source/game/gameplay/cheevos.cpp \
source/game/gameplay/item_tracker.cpp \