diff options
author | rexim <reximkut@gmail.com> | 2024-03-23 23:13:02 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-23 23:13:02 +0700 |
commit | 94f0ac4c21d6bc977c60596c04159194fa7f014a (patch) | |
tree | 4ef59b60bd48ad9a9337ee56520587391c63933c /assets | |
parent | eee6e99a8d38058a7f9c7d0869f329fc90cea97d (diff) |
Sounds
Diffstat (limited to 'assets')
-rw-r--r-- | assets/colors.txt | 6 | ||||
-rw-r--r-- | assets/map.png | bin | 1344 -> 1345 bytes | |||
-rw-r--r-- | assets/sounds.txt | 4 | ||||
-rw-r--r-- | assets/sounds/ambient.wav | bin | 0 -> 73999844 bytes | |||
-rw-r--r-- | assets/sounds/blast.ogg | bin | 0 -> 23830 bytes | |||
-rw-r--r-- | assets/sounds/bomb-pickup.ogg | bin | 0 -> 20279 bytes | |||
-rw-r--r-- | assets/sounds/checkpoint.ogg | bin | 0 -> 26004 bytes | |||
-rw-r--r-- | assets/sounds/footsteps.mp3 | bin | 0 -> 5059 bytes | |||
-rw-r--r-- | assets/sounds/guard-step.ogg | bin | 0 -> 8790 bytes | |||
-rw-r--r-- | assets/sounds/key-pickup.wav | bin | 0 -> 9214 bytes | |||
-rw-r--r-- | assets/sounds/open-door.wav | bin | 0 -> 458472 bytes | |||
-rw-r--r-- | assets/sounds/plant-bomb.wav | bin | 0 -> 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 Binary files differindex cadfde4..4f3cdfe 100644 --- a/assets/map.png +++ b/assets/map.png 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 Binary files differnew file mode 100644 index 0000000..61e202b --- /dev/null +++ b/assets/sounds/ambient.wav diff --git a/assets/sounds/blast.ogg b/assets/sounds/blast.ogg Binary files differnew file mode 100644 index 0000000..010dfa6 --- /dev/null +++ b/assets/sounds/blast.ogg diff --git a/assets/sounds/bomb-pickup.ogg b/assets/sounds/bomb-pickup.ogg Binary files differnew file mode 100644 index 0000000..7b7ee48 --- /dev/null +++ b/assets/sounds/bomb-pickup.ogg diff --git a/assets/sounds/checkpoint.ogg b/assets/sounds/checkpoint.ogg Binary files differnew file mode 100644 index 0000000..6ac32a0 --- /dev/null +++ b/assets/sounds/checkpoint.ogg diff --git a/assets/sounds/footsteps.mp3 b/assets/sounds/footsteps.mp3 Binary files differnew file mode 100644 index 0000000..7d62ee8 --- /dev/null +++ b/assets/sounds/footsteps.mp3 diff --git a/assets/sounds/guard-step.ogg b/assets/sounds/guard-step.ogg Binary files differnew file mode 100644 index 0000000..7142dd8 --- /dev/null +++ b/assets/sounds/guard-step.ogg diff --git a/assets/sounds/key-pickup.wav b/assets/sounds/key-pickup.wav Binary files differnew file mode 100644 index 0000000..78c3633 --- /dev/null +++ b/assets/sounds/key-pickup.wav diff --git a/assets/sounds/open-door.wav b/assets/sounds/open-door.wav Binary files differnew file mode 100644 index 0000000..b6f9f2c --- /dev/null +++ b/assets/sounds/open-door.wav diff --git a/assets/sounds/plant-bomb.wav b/assets/sounds/plant-bomb.wav Binary files differnew file mode 100644 index 0000000..88a5a41 --- /dev/null +++ b/assets/sounds/plant-bomb.wav |