From 37658d4f066ca6a1551cd04cbee90401deaa14cc Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 9 May 2016 23:07:38 -0400 Subject: Add music and sound effects. --- assets/sounds/explosion.wav | Bin 0 -> 46442 bytes assets/sounds/hit.wav | Bin 0 -> 19774 bytes assets/sounds/player-death.wav | Bin 0 -> 48446 bytes assets/sounds/player-shoot.wav | Bin 0 -> 5488 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/sounds/explosion.wav create mode 100644 assets/sounds/hit.wav create mode 100644 assets/sounds/player-death.wav create mode 100644 assets/sounds/player-shoot.wav (limited to 'assets/sounds') diff --git a/assets/sounds/explosion.wav b/assets/sounds/explosion.wav new file mode 100644 index 0000000..fa0326c Binary files /dev/null and b/assets/sounds/explosion.wav differ diff --git a/assets/sounds/hit.wav b/assets/sounds/hit.wav new file mode 100644 index 0000000..caae3dd Binary files /dev/null and b/assets/sounds/hit.wav differ diff --git a/assets/sounds/player-death.wav b/assets/sounds/player-death.wav new file mode 100644 index 0000000..ce70f04 Binary files /dev/null and b/assets/sounds/player-death.wav differ diff --git a/assets/sounds/player-shoot.wav b/assets/sounds/player-shoot.wav new file mode 100644 index 0000000..569f426 Binary files /dev/null and b/assets/sounds/player-shoot.wav differ -- cgit v1.2.3