summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-05-09 23:07:38 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-05-09 23:07:57 -0400
commit37658d4f066ca6a1551cd04cbee90401deaa14cc (patch)
treef075b198aa14a64564ee6fc708d9d5a146ff19cb
parenta7095d10a666f7bfc43f79c31fdcc0f72dd4a618 (diff)
Add music and sound effects.
-rw-r--r--AUTHORS4
-rw-r--r--assets/music/ending.oggbin0 -> 656018 bytes
-rw-r--r--assets/music/level-1.oggbin0 -> 1151802 bytes
-rw-r--r--assets/music/level-2.oggbin0 -> 1093221 bytes
-rw-r--r--assets/music/level-3.oggbin0 -> 1214080 bytes
-rw-r--r--assets/music/title-screen.oggbin0 -> 181104 bytes
-rw-r--r--assets/sounds/explosion.wavbin0 -> 46442 bytes
-rw-r--r--assets/sounds/hit.wavbin0 -> 19774 bytes
-rw-r--r--assets/sounds/player-death.wavbin0 -> 48446 bytes
-rw-r--r--assets/sounds/player-shoot.wavbin0 -> 5488 bytes
10 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 109ea31..8f2bdec 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,5 @@
-Programming by David Thompson <davet@gnu.org> - GPLv3+
+Source code by David Thompson <davet@gnu.org> - GPLv3+
Sprites by David Thompson <davet@gnu.org> - CC BY-SA 4.0 International
KenPixel Mini font by Kenney - CC0 - http://opengameart.org/content/kenney-fonts
+Music by Juhani Junkala <juhani.junkala@musician.org> - CC0 - http://opengameart.org/content/5-chiptunes-action
+Sounds by Little Robot Sound Factory <www.littlerobotsoundfactory.com> - CC-BY 3.0 - http://opengameart.org/content/8-bit-sound-effects-library
diff --git a/assets/music/ending.ogg b/assets/music/ending.ogg
new file mode 100644
index 0000000..22f1fec
--- /dev/null
+++ b/assets/music/ending.ogg
Binary files differ
diff --git a/assets/music/level-1.ogg b/assets/music/level-1.ogg
new file mode 100644
index 0000000..6e194ef
--- /dev/null
+++ b/assets/music/level-1.ogg
Binary files differ
diff --git a/assets/music/level-2.ogg b/assets/music/level-2.ogg
new file mode 100644
index 0000000..5c831ff
--- /dev/null
+++ b/assets/music/level-2.ogg
Binary files differ
diff --git a/assets/music/level-3.ogg b/assets/music/level-3.ogg
new file mode 100644
index 0000000..d49cfb3
--- /dev/null
+++ b/assets/music/level-3.ogg
Binary files differ
diff --git a/assets/music/title-screen.ogg b/assets/music/title-screen.ogg
new file mode 100644
index 0000000..3a28e00
--- /dev/null
+++ b/assets/music/title-screen.ogg
Binary files differ
diff --git a/assets/sounds/explosion.wav b/assets/sounds/explosion.wav
new file mode 100644
index 0000000..fa0326c
--- /dev/null
+++ b/assets/sounds/explosion.wav
Binary files differ
diff --git a/assets/sounds/hit.wav b/assets/sounds/hit.wav
new file mode 100644
index 0000000..caae3dd
--- /dev/null
+++ b/assets/sounds/hit.wav
Binary files differ
diff --git a/assets/sounds/player-death.wav b/assets/sounds/player-death.wav
new file mode 100644
index 0000000..ce70f04
--- /dev/null
+++ b/assets/sounds/player-death.wav
Binary files differ
diff --git a/assets/sounds/player-shoot.wav b/assets/sounds/player-shoot.wav
new file mode 100644
index 0000000..569f426
--- /dev/null
+++ b/assets/sounds/player-shoot.wav
Binary files differ