diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 20:45:47 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 20:45:47 -0700 |
commit | e6e29440563e33bb67e0ad51f9fb6c5c2c3fe809 (patch) | |
tree | 5deaee322ff1a039dc44a3cb52ecc48a671fda2a /public/assets | |
parent | 823620b2a6ebb7ece619991e47a37ad46542b69f (diff) | |
download | the-abstraction-engine-e6e29440563e33bb67e0ad51f9fb6c5c2c3fe809.tar.gz the-abstraction-engine-e6e29440563e33bb67e0ad51f9fb6c5c2c3fe809.zip |
level one (applications prototype finished!)
Diffstat (limited to 'public/assets')
18 files changed, 20 insertions, 0 deletions
diff --git a/public/assets/bubble.png b/public/assets/bubble.png Binary files differindex 62744b3..9c8b758 100644 --- a/public/assets/bubble.png +++ b/public/assets/bubble.png diff --git a/public/assets/key.png b/public/assets/key.png Binary files differindex c6d07a4..23bada6 100644 --- a/public/assets/key.png +++ b/public/assets/key.png diff --git a/public/assets/locked_door.png b/public/assets/locked_door.png Binary files differindex 4a90d84..7175ae4 100644 --- a/public/assets/locked_door.png +++ b/public/assets/locked_door.png diff --git a/public/assets/sound/failure.wav b/public/assets/sound/failure.wav Binary files differnew file mode 100644 index 0000000..c7dbddc --- /dev/null +++ b/public/assets/sound/failure.wav diff --git a/public/assets/sound/keyopen.wav b/public/assets/sound/keyopen.wav Binary files differnew file mode 100644 index 0000000..bdc2d18 --- /dev/null +++ b/public/assets/sound/keyopen.wav diff --git a/public/assets/sound/lambda_save.wav b/public/assets/sound/lambda_save.wav Binary files differnew file mode 100644 index 0000000..b08c015 --- /dev/null +++ b/public/assets/sound/lambda_save.wav diff --git a/public/assets/sound/lambda_transform.wav b/public/assets/sound/lambda_transform.wav Binary files differnew file mode 100644 index 0000000..03a180a --- /dev/null +++ b/public/assets/sound/lambda_transform.wav diff --git a/public/assets/sound/modal_close.wav b/public/assets/sound/modal_close.wav Binary files differnew file mode 100644 index 0000000..fe978d2 --- /dev/null +++ b/public/assets/sound/modal_close.wav diff --git a/public/assets/sound/modal_open.wav b/public/assets/sound/modal_open.wav Binary files differnew file mode 100644 index 0000000..f28b1c7 --- /dev/null +++ b/public/assets/sound/modal_open.wav diff --git a/public/assets/sound/move_1.wav b/public/assets/sound/move_1.wav Binary files differnew file mode 100644 index 0000000..76949dd --- /dev/null +++ b/public/assets/sound/move_1.wav diff --git a/public/assets/sound/move_2.wav b/public/assets/sound/move_2.wav Binary files differnew file mode 100644 index 0000000..d69e5e5 --- /dev/null +++ b/public/assets/sound/move_2.wav diff --git a/public/assets/sound/move_3.wav b/public/assets/sound/move_3.wav Binary files differnew file mode 100644 index 0000000..3ade3bc --- /dev/null +++ b/public/assets/sound/move_3.wav diff --git a/public/assets/sound/move_4.wav b/public/assets/sound/move_4.wav Binary files differnew file mode 100644 index 0000000..0407d8a --- /dev/null +++ b/public/assets/sound/move_4.wav diff --git a/public/assets/sound/music/credits.txt b/public/assets/sound/music/credits.txt new file mode 100644 index 0000000..0ac1440 --- /dev/null +++ b/public/assets/sound/music/credits.txt @@ -0,0 +1,20 @@ +Reverie by +Music promoted by https://www.chosic.com/free-music/all/ +Creative Commons CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + +Moonlight by Scott Buckley | www.scottbuckley.com.au +Music promoted by https://www.chosic.com/free-music/all/ +Creative Commons CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + +Jul by Scott Buckley | www.scottbuckley.com.au +Music promoted by https://www.chosic.com/free-music/all/ +Creative Commons Attribution 4.0 International (CC BY 4.0) +https://creativecommons.org/licenses/by/4.0/ + +A Kind Of Hope by Scott Buckley | www.scottbuckley.com.au +Music promoted by https://www.chosic.com/free-music/all/ +Creative Commons CC BY 4.0 +https://creativecommons.org/licenses/by/4.0/ + diff --git a/public/assets/sound/music/hope.mp3 b/public/assets/sound/music/hope.mp3 Binary files differnew file mode 100644 index 0000000..2a3501a --- /dev/null +++ b/public/assets/sound/music/hope.mp3 diff --git a/public/assets/sound/music/jul.mp3 b/public/assets/sound/music/jul.mp3 Binary files differnew file mode 100644 index 0000000..c87218c --- /dev/null +++ b/public/assets/sound/music/jul.mp3 diff --git a/public/assets/sound/music/moonlight.mp3 b/public/assets/sound/music/moonlight.mp3 Binary files differnew file mode 100644 index 0000000..f1c0294 --- /dev/null +++ b/public/assets/sound/music/moonlight.mp3 diff --git a/public/assets/sound/music/reverie.mp3 b/public/assets/sound/music/reverie.mp3 Binary files differnew file mode 100644 index 0000000..e77af11 --- /dev/null +++ b/public/assets/sound/music/reverie.mp3 |