Change CMakeLists.txt to add 2d_game project, and added irrKlang to LIBS.
Added irrKlang.dll and ikpMP2.dll to dlls folder. Added irrKlang as a sub-folder under includes. Added irrKlang.lib to lib folder. At this point running cmake gave an error it couldn't find source files under 2d_game. Moved 2d_game source up one folder level, then cmake found the files.
BIN
src/7.in_practice/3.2d_game/textures/awesomeface.png
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
src/7.in_practice/3.2d_game/textures/background.jpg
Normal file
|
After Width: | Height: | Size: 298 KiB |
BIN
src/7.in_practice/3.2d_game/textures/block.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/7.in_practice/3.2d_game/textures/block_solid.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
src/7.in_practice/3.2d_game/textures/paddle.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
src/7.in_practice/3.2d_game/textures/particle.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
src/7.in_practice/3.2d_game/textures/powerup_chaos.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
src/7.in_practice/3.2d_game/textures/powerup_confuse.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
src/7.in_practice/3.2d_game/textures/powerup_increase.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
src/7.in_practice/3.2d_game/textures/powerup_passthrough.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
src/7.in_practice/3.2d_game/textures/powerup_speed.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
src/7.in_practice/3.2d_game/textures/powerup_sticky.png
Normal file
|
After Width: | Height: | Size: 15 KiB |