diff options
-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 |