Cannot go through walls anymore
Planar movement inside the maze Fixed orientation
This commit is contained in:
parent
165524cc11
commit
dfe279b236
6 changed files with 92 additions and 51 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue