diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-27 02:17:26 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-27 02:17:26 -0600 |
commit | 4cabba2561f55ee6d068d631e3272ff7bf984b37 (patch) | |
tree | 1635ee664fa16287ec9058657afe5608df6d99a2 /assets/sound | |
download | bbiy-4cabba2561f55ee6d068d631e3272ff7bf984b37.tar.gz bbiy-4cabba2561f55ee6d068d631e3272ff7bf984b37.zip |
Initial commit - a working dynamic loader with Express
Diffstat (limited to 'assets/sound')
-rw-r--r-- | assets/sound/.DS_Store | bin | 0 -> 6148 bytes |
-rw-r--r-- | assets/sound/background-music.mp3 | bin | 0 -> 3926392 bytes |
-rw-r--r-- | assets/sound/death.wav | bin | 0 -> 15055 bytes |
-rw-r--r-- | assets/sound/move.wav | bin | 0 -> 1670 bytes |
-rw-r--r-- | assets/sound/win.wav | bin | 0 -> 17236 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/assets/sound/.DS_Store b/assets/sound/.DS_Store Binary files differnew file mode 100644 index 0000000..7b7843b --- /dev/null +++ b/assets/sound/.DS_Store diff --git a/assets/sound/background-music.mp3 b/assets/sound/background-music.mp3 Binary files differnew file mode 100644 index 0000000..9f5051d --- /dev/null +++ b/assets/sound/background-music.mp3 diff --git a/assets/sound/death.wav b/assets/sound/death.wav Binary files differnew file mode 100644 index 0000000..0ec4d5f --- /dev/null +++ b/assets/sound/death.wav diff --git a/assets/sound/move.wav b/assets/sound/move.wav Binary files differnew file mode 100644 index 0000000..62fa5fb --- /dev/null +++ b/assets/sound/move.wav diff --git a/assets/sound/win.wav b/assets/sound/win.wav Binary files differnew file mode 100644 index 0000000..dd872c2 --- /dev/null +++ b/assets/sound/win.wav |