From fee69da24f3f580acbe6682116a9a1636f9736c4 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 24 Jun 2016 19:18:02 +0200 Subject: More sounds --- sounds.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sounds.lua (limited to 'sounds.lua') diff --git a/sounds.lua b/sounds.lua new file mode 100644 index 0000000..d49b2fe --- /dev/null +++ b/sounds.lua @@ -0,0 +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") +} \ No newline at end of file -- cgit v1.1