diff options
-rw-r--r-- | assets/sounds/attack.ogg (renamed from sounds/attack.ogg) | bin | 4487 -> 4487 bytes | |||
-rw-r--r-- | assets/sounds/death.ogg (renamed from sounds/death.ogg) | bin | 12111 -> 12111 bytes | |||
-rw-r--r-- | assets/sounds/hit.ogg (renamed from sounds/hit.ogg) | bin | 5877 -> 5877 bytes | |||
-rw-r--r-- | assets/sounds/land.ogg (renamed from sounds/land.ogg) | bin | 4733 -> 4733 bytes | |||
-rw-r--r-- | sounds.lua | 8 |
5 files changed, 4 insertions, 4 deletions
diff --git a/sounds/attack.ogg b/assets/sounds/attack.ogg Binary files differindex c4e1123..c4e1123 100644 --- a/sounds/attack.ogg +++ b/assets/sounds/attack.ogg diff --git a/sounds/death.ogg b/assets/sounds/death.ogg Binary files differindex 64c717f..64c717f 100644 --- a/sounds/death.ogg +++ b/assets/sounds/death.ogg diff --git a/sounds/hit.ogg b/assets/sounds/hit.ogg Binary files differindex f44ad06..f44ad06 100644 --- a/sounds/hit.ogg +++ b/assets/sounds/hit.ogg diff --git a/sounds/land.ogg b/assets/sounds/land.ogg Binary files differindex 2804476..2804476 100644 --- a/sounds/land.ogg +++ b/assets/sounds/land.ogg @@ -1,6 +1,6 @@ return { - love.sound.newSoundData("sounds/death.ogg"), - love.sound.newSoundData("sounds/hit.ogg"), - love.sound.newSoundData("sounds/land.ogg"), - love.sound.newSoundData("sounds/attack.ogg") + love.sound.newSoundData("assets/sounds/death.ogg"), + love.sound.newSoundData("assets/sounds/hit.ogg"), + love.sound.newSoundData("assets/sounds/land.ogg"), + love.sound.newSoundData("assets/sounds/attack.ogg") }
\ No newline at end of file |