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, Window.TITLE_COLOR,
null, null,
null, null,
"Shattered Pixel Dungeon uses the following sound samples from _freesound.org_:\n" + "Shattered Pixel Dungeon uses the following sound samples from _freesound.org_:\n\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" + "Creative Commons Attribution License:\n" +
"_-_ TBD by TBD\n" + "_SFX ATTACK SWORD 001.wav_ by _JoelAudio_\n" +
"_-_ TBD by TBD\n" + "_Pack: Slingshots and Longbows_ by _saturdaysoundguy_\n" +
"_-_ TBD by TBD\n" + "_Cracking/Crunching, A.wav_ by _InspectorJ_\n" +
"_-_ TBD by TBD\n" + "_Extracting a sword.mp3_ by _Taira Komori_\n" +
"_-_ TBD by TBD\n" + "_Pack: Uni Sound Library_ by _timmy h123_\n\n" +
"_-_ TBD by TBD\n" +
"_-_ TBD by TBD\n" + "Creative Commons Zero License:\n" +
"_-_ TBD by TBD\n" + "_Pack: Movie Foley: Swords_ by _Black Snow_\n" +
"_-_ TBD by TBD\n" + "_machine gun shot 2.flac_ by _qubodup_\n" +
"_-_ TBD by TBD", "_m240h machine gun burst 4.flac_ by _qubodup_\n" +
null, "_Pack: Onomatopoeia_ by _Adam N_\n" +
null); "_Pack: Watermelon_ by _lolamadeus_\n" +
freesound.setRect(transifex.left(), transifex.bottom() + 8, colWidth, 0); "_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.add(freesound);
content.setSize( fullWidth, freesound.bottom() ); content.setSize( fullWidth, freesound.bottom()+10 );
list.setRect( 0, 0, w, h ); list.setRect( 0, 0, w, h );
list.scrollTo(0, 0); list.scrollTo(0, 0);