[client] added ogg sounds
This commit is contained in:
BIN
src/client/resources/sounds/bonus_add.ogg
Normal file
BIN
src/client/resources/sounds/bonus_add.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/bonus_get.ogg
Normal file
BIN
src/client/resources/sounds/bonus_get.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/boom_bot.ogg
Normal file
BIN
src/client/resources/sounds/boom_bot.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/boom_player.ogg
Normal file
BIN
src/client/resources/sounds/boom_player.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/bullet_block.ogg
Normal file
BIN
src/client/resources/sounds/bullet_block.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/bullet_hit.ogg
Normal file
BIN
src/client/resources/sounds/bullet_hit.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/bullet_wall.ogg
Normal file
BIN
src/client/resources/sounds/bullet_wall.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/button.ogg
Normal file
BIN
src/client/resources/sounds/button.ogg
Normal file
Binary file not shown.
4
src/client/resources/sounds/convert.sh
Executable file
4
src/client/resources/sounds/convert.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
for file in *.mp3
|
||||
do avconv -i "${file}" "`echo ${file%.mp3}.ogg`";
|
||||
done
|
||||
BIN
src/client/resources/sounds/game_over.ogg
Normal file
BIN
src/client/resources/sounds/game_over.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/live.ogg
Normal file
BIN
src/client/resources/sounds/live.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/move_bot.ogg
Normal file
BIN
src/client/resources/sounds/move_bot.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/move_player.ogg
Normal file
BIN
src/client/resources/sounds/move_player.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/pause.ogg
Normal file
BIN
src/client/resources/sounds/pause.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/score.ogg
Normal file
BIN
src/client/resources/sounds/score.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/shot.ogg
Normal file
BIN
src/client/resources/sounds/shot.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/slide.ogg
Normal file
BIN
src/client/resources/sounds/slide.ogg
Normal file
Binary file not shown.
BIN
src/client/resources/sounds/start.ogg
Normal file
BIN
src/client/resources/sounds/start.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user