SoundEngine overhaul

This commit is contained in:
Jeff 2015-08-26 15:04:53 -04:00
parent 311536d1aa
commit d6398477ae
16 changed files with 128 additions and 81 deletions

View file

@ -2,7 +2,7 @@
#
# Installs default sound files
FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/*.raw")
FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/*.wav")
if(UNIX)
if(APPLE)

Binary file not shown.

BIN
sounds/attack.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
sounds/end_step.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
sounds/player_joined.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
sounds/start_combat.wav Normal file

Binary file not shown.

Binary file not shown.

BIN
sounds/tap.wav Normal file

Binary file not shown.