diff --git a/SDL2_mixer.dll b/SDL2_mixer.dll new file mode 100644 index 0000000..47adbc3 Binary files /dev/null and b/SDL2_mixer.dll differ diff --git a/assets/sapce-odyssey.ogg b/assets/sapce-odyssey.ogg new file mode 100644 index 0000000..64336dd Binary files /dev/null and b/assets/sapce-odyssey.ogg differ diff --git a/libFLAC-8.dll b/libFLAC-8.dll new file mode 100644 index 0000000..bcc6524 Binary files /dev/null and b/libFLAC-8.dll differ diff --git a/libmodplug-1.dll b/libmodplug-1.dll new file mode 100644 index 0000000..69be1be Binary files /dev/null and b/libmodplug-1.dll differ diff --git a/libogg-0.dll b/libogg-0.dll new file mode 100644 index 0000000..1b3a7bd Binary files /dev/null and b/libogg-0.dll differ diff --git a/libvorbis-0.dll b/libvorbis-0.dll new file mode 100644 index 0000000..7f79a16 Binary files /dev/null and b/libvorbis-0.dll differ diff --git a/libvorbisfile-3.dll b/libvorbisfile-3.dll new file mode 100644 index 0000000..4e3a5ed Binary files /dev/null and b/libvorbisfile-3.dll differ diff --git a/platform-test.exe b/platform-test.exe index 0bf93dc..7720722 100644 Binary files a/platform-test.exe and b/platform-test.exe differ diff --git a/smpeg2.dll b/smpeg2.dll new file mode 100644 index 0000000..1cef588 Binary files /dev/null and b/smpeg2.dll differ diff --git a/source/maps.cpp b/source/maps.cpp index a229e06..3d922dc 100644 --- a/source/maps.cpp +++ b/source/maps.cpp @@ -68,7 +68,7 @@ void Maps::loadMap(std::string path){ if(blockRect[i][1]+blockRect[i][3] > mapHeight) mapHeight = blockRect[i][1]+blockRect[i][3]; } - gMusic = Mix_LoadMUS( "assets/sand-castle.ogg" ); + gMusic = Mix_LoadMUS( "assets/sapce-odyssey.ogg" ); if( gMusic == NULL ){ std::cout << "Failed to load beat music! SDL_mixer Error: " << Mix_GetError() << std::endl; }