summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/colors.txt6
-rw-r--r--assets/map.pngbin1344 -> 1345 bytes
-rw-r--r--assets/sounds.txt4
-rw-r--r--assets/sounds/ambient.wavbin0 -> 73999844 bytes
-rw-r--r--assets/sounds/blast.oggbin0 -> 23830 bytes
-rw-r--r--assets/sounds/bomb-pickup.oggbin0 -> 20279 bytes
-rw-r--r--assets/sounds/checkpoint.oggbin0 -> 26004 bytes
-rw-r--r--assets/sounds/footsteps.mp3bin0 -> 5059 bytes
-rw-r--r--assets/sounds/guard-step.oggbin0 -> 8790 bytes
-rw-r--r--assets/sounds/key-pickup.wavbin0 -> 9214 bytes
-rw-r--r--assets/sounds/open-door.wavbin0 -> 458472 bytes
-rw-r--r--assets/sounds/plant-bomb.wavbin0 -> 26918 bytes
12 files changed, 3 insertions, 7 deletions
diff --git a/assets/colors.txt b/assets/colors.txt
index 420d2a8..0b35af3 100644
--- a/assets/colors.txt
+++ b/assets/colors.txt
@@ -3,11 +3,11 @@ COLOR_FLOOR 133 72 54
COLOR_WALL 0 0 0
COLOR_BARRICADE 0 178 255
COLOR_PLAYER 232 2 255
-COLOR_DOORKEY 128 182 228
+COLOR_DOORKEY 128 153 228
COLOR_BOMB 0 186 255
COLOR_LABEL 0 0 255
-COLOR_GUARD 60 186 255
-COLOR_MOTHER 242 175 236
+COLOR_GUARD 56 133 254
+COLOR_MOTHER 242 163 236
COLOR_GNOME 125 194 255
COLOR_CHECKPOINT 213 0 255
COLOR_EXPLOSION 224 143 253
diff --git a/assets/map.png b/assets/map.png
index cadfde4..4f3cdfe 100644
--- a/assets/map.png
+++ b/assets/map.png
Binary files differ
diff --git a/assets/sounds.txt b/assets/sounds.txt
deleted file mode 100644
index 2a1f30a..0000000
--- a/assets/sounds.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-- https://opengameart.org/content/footsteps-on-different-surfaces
-- https://opengameart.org/content/footsteps-0
-- https://opengameart.org/content/metal-footsteps-on-concrete
-- https://opengameart.org/content/walking-sound-effect
diff --git a/assets/sounds/ambient.wav b/assets/sounds/ambient.wav
new file mode 100644
index 0000000..61e202b
--- /dev/null
+++ b/assets/sounds/ambient.wav
Binary files differ
diff --git a/assets/sounds/blast.ogg b/assets/sounds/blast.ogg
new file mode 100644
index 0000000..010dfa6
--- /dev/null
+++ b/assets/sounds/blast.ogg
Binary files differ
diff --git a/assets/sounds/bomb-pickup.ogg b/assets/sounds/bomb-pickup.ogg
new file mode 100644
index 0000000..7b7ee48
--- /dev/null
+++ b/assets/sounds/bomb-pickup.ogg
Binary files differ
diff --git a/assets/sounds/checkpoint.ogg b/assets/sounds/checkpoint.ogg
new file mode 100644
index 0000000..6ac32a0
--- /dev/null
+++ b/assets/sounds/checkpoint.ogg
Binary files differ
diff --git a/assets/sounds/footsteps.mp3 b/assets/sounds/footsteps.mp3
new file mode 100644
index 0000000..7d62ee8
--- /dev/null
+++ b/assets/sounds/footsteps.mp3
Binary files differ
diff --git a/assets/sounds/guard-step.ogg b/assets/sounds/guard-step.ogg
new file mode 100644
index 0000000..7142dd8
--- /dev/null
+++ b/assets/sounds/guard-step.ogg
Binary files differ
diff --git a/assets/sounds/key-pickup.wav b/assets/sounds/key-pickup.wav
new file mode 100644
index 0000000..78c3633
--- /dev/null
+++ b/assets/sounds/key-pickup.wav
Binary files differ
diff --git a/assets/sounds/open-door.wav b/assets/sounds/open-door.wav
new file mode 100644
index 0000000..b6f9f2c
--- /dev/null
+++ b/assets/sounds/open-door.wav
Binary files differ
diff --git a/assets/sounds/plant-bomb.wav b/assets/sounds/plant-bomb.wav
new file mode 100644
index 0000000..88a5a41
--- /dev/null
+++ b/assets/sounds/plant-bomb.wav
Binary files differ