diff options
author | Aki <nthirtyone@gmail.com> | 2016-07-31 22:06:39 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-07-31 22:06:39 +0200 |
commit | e1bcab1e723ebaa165f1338fc08972e07495a0df (patch) | |
tree | 3d1c5571877b2d8b3fc23ab1b4d3a7dce2d709ad | |
parent | f8561dfcd64f09af3f72ac777d6c171206b59529 (diff) | |
download | roflnauts-e1bcab1e723ebaa165f1338fc08972e07495a0df.zip roflnauts-e1bcab1e723ebaa165f1338fc08972e07495a0df.tar.gz roflnauts-e1bcab1e723ebaa165f1338fc08972e07495a0df.tar.bz2 |
Wav to Ogg
-rw-r--r-- | sounds.lua | 8 | ||||
-rw-r--r-- | sounds/attack.ogg | bin | 0 -> 4487 bytes | |||
-rw-r--r-- | sounds/death.ogg | bin | 0 -> 12111 bytes | |||
-rw-r--r-- | sounds/hit.ogg | bin | 0 -> 5877 bytes | |||
-rw-r--r-- | sounds/land.ogg | bin | 0 -> 4733 bytes |
5 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ return { - love.sound.newSoundData("sounds/death.wav"), - love.sound.newSoundData("sounds/hit.wav"), - love.sound.newSoundData("sounds/land.wav"), - love.sound.newSoundData("sounds/attack.wav") + love.sound.newSoundData("sounds/death.ogg"), + love.sound.newSoundData("sounds/hit.ogg"), + love.sound.newSoundData("sounds/land.ogg"), + love.sound.newSoundData("sounds/attack.ogg") }
\ No newline at end of file diff --git a/sounds/attack.ogg b/sounds/attack.ogg Binary files differnew file mode 100644 index 0000000..c4e1123 --- /dev/null +++ b/sounds/attack.ogg diff --git a/sounds/death.ogg b/sounds/death.ogg Binary files differnew file mode 100644 index 0000000..64c717f --- /dev/null +++ b/sounds/death.ogg diff --git a/sounds/hit.ogg b/sounds/hit.ogg Binary files differnew file mode 100644 index 0000000..f44ad06 --- /dev/null +++ b/sounds/hit.ogg diff --git a/sounds/land.ogg b/sounds/land.ogg Binary files differnew file mode 100644 index 0000000..2804476 --- /dev/null +++ b/sounds/land.ogg |