Implement TMX map loading

This commit is contained in:
2024-12-26 20:00:42 +00:00
parent 57a9b20449
commit c0fc016b85
3 changed files with 95 additions and 4 deletions

View File

@@ -5,4 +5,4 @@ set_default_target_options(game)
target_include_directories(game PUBLIC include)
target_link_libraries(game
PRIVATE SDL2::SDL2 SDL2::SDL2main)
PRIVATE LibXml2::LibXml2 SDL2::SDL2 SDL2::SDL2main)