v0.8.1: added credits for samples used in new sfx

This commit is contained in:
Evan Debenham 2020-06-14 14:03:49 -04:00
parent 3dc913fadc
commit 2b9e3a9cf4

View File

@ -191,25 +191,29 @@ public class AboutScene extends PixelScene {
Window.TITLE_COLOR,
null,
null,
"Shattered Pixel Dungeon uses the following sound samples from _freesound.org_:\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD",
null,
null);
freesound.setRect(transifex.left(), transifex.bottom() + 8, colWidth, 0);
"Shattered Pixel Dungeon uses the following sound samples from _freesound.org_:\n\n" +
"Creative Commons Attribution License:\n" +
"_SFX ATTACK SWORD 001.wav_ by _JoelAudio_\n" +
"_Pack: Slingshots and Longbows_ by _saturdaysoundguy_\n" +
"_Cracking/Crunching, A.wav_ by _InspectorJ_\n" +
"_Extracting a sword.mp3_ by _Taira Komori_\n" +
"_Pack: Uni Sound Library_ by _timmy h123_\n\n" +
"Creative Commons Zero License:\n" +
"_Pack: Movie Foley: Swords_ by _Black Snow_\n" +
"_machine gun shot 2.flac_ by _qubodup_\n" +
"_m240h machine gun burst 4.flac_ by _qubodup_\n" +
"_Pack: Onomatopoeia_ by _Adam N_\n" +
"_Pack: Watermelon_ by _lolamadeus_\n" +
"_metal chain_ by _Mediapaja2009_\n" +
"_Pack: Sword Clashes Pack_ by _JohnBuhr_\n",
"www.freesound.org",
"https://www.freesound.org");
freesound.setRect(transifex.left()-10, transifex.bottom() + 8, colWidth+20, 0);
content.add(freesound);
content.setSize( fullWidth, freesound.bottom() );
content.setSize( fullWidth, freesound.bottom()+10 );
list.setRect( 0, 0, w, h );
list.scrollTo(0, 0);