diff --git a/Resources/Audio/Jukebox/attributions.yml b/Resources/Audio/Jukebox/attributions.yml index 48e1458c4c0..76b4b1079e8 100644 --- a/Resources/Audio/Jukebox/attributions.yml +++ b/Resources/Audio/Jukebox/attributions.yml @@ -24,4 +24,19 @@ - files: ["sunset.ogg"] license: "CC-BY-SA-3.0" copyright: "Sunset by PigeonBeans. Exported in Mono OGG." - source: "https://soundcloud.com/pigeonbeans/sunset" \ No newline at end of file + source: "https://soundcloud.com/pigeonbeans/sunset" + +- files: ["hopesanddreams.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Hopes and Dreams by TobyFox. Exported in Mono OGG." + source: "https://www.youtube.com/channel/UCntaczLM_lWH85oZp6rRX1w" + +- files: ["undertale.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Undertale by TobyFox. Exported in Mono OGG." + source: "https://www.youtube.com/channel/UCntaczLM_lWH85oZp6rRX1w" + +- files: ["megalovania.ogg"] + license: "CC-BY-SA-3.0" + copyright: "Megalovania by TobyFox. Exported in Mono OGG." + source: "https://www.youtube.com/channel/UCntaczLM_lWH85oZp6rRX1w" diff --git a/Resources/Audio/Jukebox/hopesanddreams.ogg b/Resources/Audio/Jukebox/hopesanddreams.ogg new file mode 100644 index 00000000000..01ac5e0ebb9 Binary files /dev/null and b/Resources/Audio/Jukebox/hopesanddreams.ogg differ diff --git a/Resources/Audio/Jukebox/megalovania.ogg b/Resources/Audio/Jukebox/megalovania.ogg new file mode 100644 index 00000000000..d928de88861 Binary files /dev/null and b/Resources/Audio/Jukebox/megalovania.ogg differ diff --git a/Resources/Audio/Jukebox/undertale.ogg b/Resources/Audio/Jukebox/undertale.ogg new file mode 100644 index 00000000000..bb691e3153e Binary files /dev/null and b/Resources/Audio/Jukebox/undertale.ogg differ diff --git a/Resources/Prototypes/Catalog/Jukebox/Standard.yml b/Resources/Prototypes/Catalog/Jukebox/Standard.yml index 7440428bd49..75a9bc8c8ae 100644 --- a/Resources/Prototypes/Catalog/Jukebox/Standard.yml +++ b/Resources/Prototypes/Catalog/Jukebox/Standard.yml @@ -39,3 +39,23 @@ name: PigeonBeans - Sunset path: path: /Audio/Jukebox/sunset.ogg + +- type: jukebox + id: megalovania + name: Toby Fox - MEGALOVANIA + path: + path: /Audio/Jukebox/megalovania.ogg + +- type: jukebox + id: hopesanddreams + name: Toby Fox - Hopes And Dreams + path: + path: /Audio/Jukebox/hopesanddreams.ogg + +- type: jukebox + id: undertale + name: Toby Fox - Undertale + path: + path: /Audio/Jukebox/undertale.ogg + +