This commit is contained in:
2025-10-01 13:20:34 -05:00
parent 28174b8dc8
commit 22e2f703db
229 changed files with 272 additions and 8941 deletions

View File

@@ -3,9 +3,10 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
add_subdirectory(palette)# Palette asset needs to be added before any images.
add_subdirectory(config)
add_subdirectory(entity)
add_subdirectory(map)
add_subdirectory(ui)
if(DUSK_TARGET_GAME STREQUAL "rpg")
add_subdirectory(rpg)
elseif(DUSK_TARGET_GAME STREQUAL "minesweeper")
add_subdirectory(minesweeper)
else()
message(FATAL_ERROR "Unknown game specified: ${DUSK_TARGET_GAME}")
endif()