Cannot go through walls anymore

Planar movement inside the maze
Fixed orientation
This commit is contained in:
trotFunky 2019-11-03 21:24:39 +01:00
parent 165524cc11
commit dfe279b236
6 changed files with 92 additions and 51 deletions

View file

@ -19,7 +19,9 @@ find_package(GLUT REQUIRED)
add_executable(game
src/main.cpp)
src/main.cpp
src/MovementManager.h
src/MovementManager.cpp src/TileTypes.h)
target_include_directories(game PRIVATE
${OPENGL_INCLUDE_DIR}