Skip to content

Commit b165022

Browse files
Replaced background theme.
1 parent be93fda commit b165022

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.

data/Sound/scary_bgm.ogg

-605 KB
Binary file not shown.

src/LabyrinthNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ALuint* source,ALuint* buffer)
1717
{
1818
//if tileTextureMap loaded successfully
1919

20-
std::string path = std::string("/Sound/scary_bgm.ogg");
20+
std::string path = std::string("/Sound/Threshing-Floor-VG-Ambient-Beautiful-Haunting-Remix.ogg");
2121
if(!LoadBuffer(buffer,path))
2222
{
2323
printf("Failed to load dungeon music! \n");

0 commit comments

Comments
 (0)