Handle player motion (arrow keys)

This commit is contained in:
2024-12-28 11:35:06 +00:00
parent 39e8002caf
commit fad49a7d15
2 changed files with 81 additions and 14 deletions

View File

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