V0.2.0c: Updated Welcome Scene

This commit is contained in:
Evan Debenham 2014-09-22 17:34:22 -04:00
parent c8d54bf384
commit 9c059712a7

View File

@ -31,14 +31,20 @@ public class WelcomeScene extends PixelScene {
"Happy Dungeoneering!"; "Happy Dungeoneering!";
private static final String TXT_LastVer = private static final String TXT_LastVer =
"v0.2.0a corrects a few issues some players were having, and makes a few balance tweaks:" + "v0.2.0a:" +
"\n\n-Fixed a bug with Cape of Thorns\n-Fixed a bug with Sandals of Nature" + "\n-Fixed various artifact bugs \n-Fixed a bug with Rankings & Saves" +
"\n-Fixed a bug with Talisman of Foresight\n-Fixed a bug with Rankings & Saves" +
"\n\n-Chalice now deals 25% less damage\n-Artifacts can now be sold to Pixel Mart" + "\n\n-Chalice now deals 25% less damage\n-Artifacts can now be sold to Pixel Mart" +
"\n-Artifacts & Rings are a little rarer now.\n\n\n" + "\n-Artifacts & Rings are a little rarer now.\n\n\n" +
"v0.2.0b corrects further issues:" + "v0.2.0b:" +
"\n\n-Fixed a bug with saving/moving floors\n-Fixed a bug with randomized item properties" + "\n-Fixed a bug with saving/moving floors\n-Fixed a bug with randomized item properties" +
"\n\n-Tweaked a few descriptions & sprites\n\nHappy Dungeoneering!"; "\n\n-Tweaked a few descriptions & sprites\n\n\n" +
"v0.2.0c:" +
"\n-Fixed a bug with the Ring of Might.\n-Fixed bugs with Scroll of Lullaby." +
"\n-Fixed a bug with the rankings page.\n-Fixed another save/load bug." +
"\n\n-Slightly reduced Horn of Plenty's power.\nSeed pouch capacity increased." +
"\n-Blandfruit can now stack.\n-Various descriptions/messages tweaked." +
"\n\nIf you are having any issues, please email me!" +
"\nHappy Dungeoneering!";
private static final String TXT_From011 = private static final String TXT_From011 =
"Hello early adopter, thank you so much for giving Shattered PD a try in its earliest stages!\n\n"+ "Hello early adopter, thank you so much for giving Shattered PD a try in its earliest stages!\n\n"+