summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-07-31 22:06:39 +0200
committerAki <nthirtyone@gmail.com>2016-07-31 22:06:39 +0200
commite1bcab1e723ebaa165f1338fc08972e07495a0df (patch)
tree3d1c5571877b2d8b3fc23ab1b4d3a7dce2d709ad
parentf8561dfcd64f09af3f72ac777d6c171206b59529 (diff)
downloadroflnauts-e1bcab1e723ebaa165f1338fc08972e07495a0df.zip
roflnauts-e1bcab1e723ebaa165f1338fc08972e07495a0df.tar.gz
roflnauts-e1bcab1e723ebaa165f1338fc08972e07495a0df.tar.bz2
Wav to Ogg
-rw-r--r--sounds.lua8
-rw-r--r--sounds/attack.oggbin0 -> 4487 bytes
-rw-r--r--sounds/death.oggbin0 -> 12111 bytes
-rw-r--r--sounds/hit.oggbin0 -> 5877 bytes
-rw-r--r--sounds/land.oggbin0 -> 4733 bytes
5 files changed, 4 insertions, 4 deletions
diff --git a/sounds.lua b/sounds.lua
index d49b2fe..431fd42 100644
--- a/sounds.lua
+++ b/sounds.lua
@@ -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
new file mode 100644
index 0000000..c4e1123
--- /dev/null
+++ b/sounds/attack.ogg
Binary files differ
diff --git a/sounds/death.ogg b/sounds/death.ogg
new file mode 100644
index 0000000..64c717f
--- /dev/null
+++ b/sounds/death.ogg
Binary files differ
diff --git a/sounds/hit.ogg b/sounds/hit.ogg
new file mode 100644
index 0000000..f44ad06
--- /dev/null
+++ b/sounds/hit.ogg
Binary files differ
diff --git a/sounds/land.ogg b/sounds/land.ogg
new file mode 100644
index 0000000..2804476
--- /dev/null
+++ b/sounds/land.ogg
Binary files differ