summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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