From 83ab2cb01746a869b625c9d84fbb4737146b73a9 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Thu, 24 Dec 2020 13:26:30 +0100 Subject: Updated Web examples to raylib 3.5 --- examples/web/audio/resources/LICENSE.md | 10 ++++++++++ examples/web/audio/resources/chiptun1.mod | Bin 2142 -> 0 bytes examples/web/audio/resources/country.mp3 | Bin 0 -> 1497964 bytes examples/web/audio/resources/guitar_noodling.ogg | Bin 506938 -> 0 bytes examples/web/audio/resources/tanatana.flac | Bin 100733 -> 0 bytes examples/web/audio/resources/tanatana.ogg | Bin 57328 -> 0 bytes examples/web/audio/resources/target.flac | Bin 0 -> 56973 bytes examples/web/audio/resources/target.ogg | Bin 0 -> 13384 bytes 8 files changed, 10 insertions(+) create mode 100644 examples/web/audio/resources/LICENSE.md delete mode 100644 examples/web/audio/resources/chiptun1.mod create mode 100644 examples/web/audio/resources/country.mp3 delete mode 100644 examples/web/audio/resources/guitar_noodling.ogg delete mode 100644 examples/web/audio/resources/tanatana.flac delete mode 100644 examples/web/audio/resources/tanatana.ogg create mode 100644 examples/web/audio/resources/target.flac create mode 100644 examples/web/audio/resources/target.ogg (limited to 'examples/web/audio/resources') diff --git a/examples/web/audio/resources/LICENSE.md b/examples/web/audio/resources/LICENSE.md new file mode 100644 index 0000000..c94731c --- /dev/null +++ b/examples/web/audio/resources/LICENSE.md @@ -0,0 +1,10 @@ +| resource | author | licence | notes | +| :------------------- | :---------: | :------ | :---- | +| country.mp3 | [@emegeme](https://github.com/emegeme) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Originally created for "DART that TARGET" game | +| target.ogg | [@emegeme](https://github.com/emegeme) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Originally created for "DART that TARGET" game | +| target.flac | [@emegeme](https://github.com/emegeme) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Originally created for "DART that TARGET" game | +| coin.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Created using [rFXGen](https://raylibtech.itch.io/rfxgen) | +| sound.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Created using [rFXGen](https://raylibtech.itch.io/rfxgen) | +| spring.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Created using [rFXGen](https://raylibtech.itch.io/rfxgen) | +| weird.wav | [@raysan5](https://github.com/raysan5) | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) | Created using [rFXGen](https://raylibtech.itch.io/rfxgen) | +| mini1111.xm | [tPORt](https://modarchive.org/index.php?request=view_by_moduleid&query=51891) | [Mod Archive Distribution license](https://modarchive.org/index.php?terms-upload) | - | diff --git a/examples/web/audio/resources/chiptun1.mod b/examples/web/audio/resources/chiptun1.mod deleted file mode 100644 index 00d1688..0000000 Binary files a/examples/web/audio/resources/chiptun1.mod and /dev/null differ diff --git a/examples/web/audio/resources/country.mp3 b/examples/web/audio/resources/country.mp3 new file mode 100644 index 0000000..91066cc Binary files /dev/null and b/examples/web/audio/resources/country.mp3 differ diff --git a/examples/web/audio/resources/guitar_noodling.ogg b/examples/web/audio/resources/guitar_noodling.ogg deleted file mode 100644 index f502204..0000000 Binary files a/examples/web/audio/resources/guitar_noodling.ogg and /dev/null differ diff --git a/examples/web/audio/resources/tanatana.flac b/examples/web/audio/resources/tanatana.flac deleted file mode 100644 index dfe735c..0000000 Binary files a/examples/web/audio/resources/tanatana.flac and /dev/null differ diff --git a/examples/web/audio/resources/tanatana.ogg b/examples/web/audio/resources/tanatana.ogg deleted file mode 100644 index 90b1795..0000000 Binary files a/examples/web/audio/resources/tanatana.ogg and /dev/null differ diff --git a/examples/web/audio/resources/target.flac b/examples/web/audio/resources/target.flac new file mode 100644 index 0000000..5fad22c Binary files /dev/null and b/examples/web/audio/resources/target.flac differ diff --git a/examples/web/audio/resources/target.ogg b/examples/web/audio/resources/target.ogg new file mode 100644 index 0000000..2b73e1c Binary files /dev/null and b/examples/web/audio/resources/target.ogg differ -- cgit v1.2.3