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 | |
download | bbiy-4cabba2561f55ee6d068d631e3272ff7bf984b37.tar.gz bbiy-4cabba2561f55ee6d068d631e3272ff7bf984b37.zip |
Initial commit - a working dynamic loader with Express
Diffstat (limited to 'assets')
-rw-r--r-- | assets/.DS_Store | bin | 0 -> 8196 bytes |
-rw-r--r-- | assets/image/.DS_Store | bin | 0 -> 8196 bytes |
-rw-r--r-- | assets/image/bigblue.png | bin | 0 -> 1489 bytes |
-rw-r--r-- | assets/image/flag.png | bin | 0 -> 895 bytes |
-rw-r--r-- | assets/image/floor.png | bin | 0 -> 1389 bytes |
-rw-r--r-- | assets/image/grass.png | bin | 0 -> 1073 bytes |
-rw-r--r-- | assets/image/hedge.png | bin | 0 -> 1627 bytes |
-rw-r--r-- | assets/image/liquid.png | bin | 0 -> 310 bytes |
-rw-r--r-- | assets/image/rock.png | bin | 0 -> 1486 bytes |
-rw-r--r-- | assets/image/wall.png | bin | 0 -> 1053 bytes |
-rw-r--r-- | assets/image/wordBigBlue.png | bin | 0 -> 1264 bytes |
-rw-r--r-- | assets/image/wordFlag.png | bin | 0 -> 453 bytes |
-rw-r--r-- | assets/image/wordIs.png | bin | 0 -> 353 bytes |
-rw-r--r-- | assets/image/wordKill.png | bin | 0 -> 1063 bytes |
-rw-r--r-- | assets/image/wordLava.png | bin | 0 -> 430 bytes |
-rw-r--r-- | assets/image/wordPush.png | bin | 0 -> 463 bytes |
-rw-r--r-- | assets/image/wordRock.png | bin | 0 -> 480 bytes |
-rw-r--r-- | assets/image/wordSink.png | bin | 0 -> 479 bytes |
-rw-r--r-- | assets/image/wordStop.png | bin | 0 -> 464 bytes |
-rw-r--r-- | assets/image/wordWall.png | bin | 0 -> 408 bytes |
-rw-r--r-- | assets/image/wordWater.png | bin | 0 -> 457 bytes |
-rw-r--r-- | assets/image/wordWin.png | bin | 0 -> 366 bytes |
-rw-r--r-- | assets/image/wordYou.png | bin | 0 -> 389 bytes |
-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 |
28 files changed, 0 insertions, 0 deletions
diff --git a/assets/.DS_Store b/assets/.DS_Store Binary files differnew file mode 100644 index 0000000..f3b184e --- /dev/null +++ b/assets/.DS_Store diff --git a/assets/image/.DS_Store b/assets/image/.DS_Store Binary files differnew file mode 100644 index 0000000..9adcaf9 --- /dev/null +++ b/assets/image/.DS_Store diff --git a/assets/image/bigblue.png b/assets/image/bigblue.png Binary files differnew file mode 100644 index 0000000..93f22ea --- /dev/null +++ b/assets/image/bigblue.png diff --git a/assets/image/flag.png b/assets/image/flag.png Binary files differnew file mode 100644 index 0000000..10d1995 --- /dev/null +++ b/assets/image/flag.png diff --git a/assets/image/floor.png b/assets/image/floor.png Binary files differnew file mode 100644 index 0000000..40f3f74 --- /dev/null +++ b/assets/image/floor.png diff --git a/assets/image/grass.png b/assets/image/grass.png Binary files differnew file mode 100644 index 0000000..a1cc58a --- /dev/null +++ b/assets/image/grass.png diff --git a/assets/image/hedge.png b/assets/image/hedge.png Binary files differnew file mode 100644 index 0000000..98abefc --- /dev/null +++ b/assets/image/hedge.png diff --git a/assets/image/liquid.png b/assets/image/liquid.png Binary files differnew file mode 100644 index 0000000..0e6bdd2 --- /dev/null +++ b/assets/image/liquid.png diff --git a/assets/image/rock.png b/assets/image/rock.png Binary files differnew file mode 100644 index 0000000..8c560a6 --- /dev/null +++ b/assets/image/rock.png diff --git a/assets/image/wall.png b/assets/image/wall.png Binary files differnew file mode 100644 index 0000000..0d15132 --- /dev/null +++ b/assets/image/wall.png diff --git a/assets/image/wordBigBlue.png b/assets/image/wordBigBlue.png Binary files differnew file mode 100644 index 0000000..b01f726 --- /dev/null +++ b/assets/image/wordBigBlue.png diff --git a/assets/image/wordFlag.png b/assets/image/wordFlag.png Binary files differnew file mode 100644 index 0000000..ba99ca1 --- /dev/null +++ b/assets/image/wordFlag.png diff --git a/assets/image/wordIs.png b/assets/image/wordIs.png Binary files differnew file mode 100644 index 0000000..129ae75 --- /dev/null +++ b/assets/image/wordIs.png diff --git a/assets/image/wordKill.png b/assets/image/wordKill.png Binary files differnew file mode 100644 index 0000000..8bfc048 --- /dev/null +++ b/assets/image/wordKill.png diff --git a/assets/image/wordLava.png b/assets/image/wordLava.png Binary files differnew file mode 100644 index 0000000..a479943 --- /dev/null +++ b/assets/image/wordLava.png diff --git a/assets/image/wordPush.png b/assets/image/wordPush.png Binary files differnew file mode 100644 index 0000000..f285609 --- /dev/null +++ b/assets/image/wordPush.png diff --git a/assets/image/wordRock.png b/assets/image/wordRock.png Binary files differnew file mode 100644 index 0000000..104554f --- /dev/null +++ b/assets/image/wordRock.png diff --git a/assets/image/wordSink.png b/assets/image/wordSink.png Binary files differnew file mode 100644 index 0000000..a13a754 --- /dev/null +++ b/assets/image/wordSink.png diff --git a/assets/image/wordStop.png b/assets/image/wordStop.png Binary files differnew file mode 100644 index 0000000..bf8a674 --- /dev/null +++ b/assets/image/wordStop.png diff --git a/assets/image/wordWall.png b/assets/image/wordWall.png Binary files differnew file mode 100644 index 0000000..a5acb36 --- /dev/null +++ b/assets/image/wordWall.png diff --git a/assets/image/wordWater.png b/assets/image/wordWater.png Binary files differnew file mode 100644 index 0000000..ff779e4 --- /dev/null +++ b/assets/image/wordWater.png diff --git a/assets/image/wordWin.png b/assets/image/wordWin.png Binary files differnew file mode 100644 index 0000000..49fa279 --- /dev/null +++ b/assets/image/wordWin.png diff --git a/assets/image/wordYou.png b/assets/image/wordYou.png Binary files differnew file mode 100644 index 0000000..47026af --- /dev/null +++ b/assets/image/wordYou.png 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 |