v2.4.0: fixed a welcome message error and updated version again =S
This commit is contained in:
@@ -16,7 +16,7 @@ allprojects {
|
||||
appName = 'Shattered Pixel Dungeon'
|
||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||
|
||||
appVersionCode = 774
|
||||
appVersionCode = 775
|
||||
appVersionName = '2.4.0-BETA-1'
|
||||
|
||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||
|
||||
@@ -202,7 +202,7 @@ public class WelcomeScene extends PixelScene {
|
||||
|
||||
}
|
||||
|
||||
//message = "Welcome Beta testers!\n\nv2.4.0 is mostly complete so far, with 8 trinkets implemented and a bunch of other content too. Check the changes screen for more details, and please let me know what you think!";
|
||||
message = "Welcome Beta testers!\n\nv2.4.0 is mostly complete so far, with 8 trinkets implemented and a bunch of other content too. Check the changes screen for more details, and please let me know what you think!";
|
||||
|
||||
} else {
|
||||
message = Messages.get(this, "what_msg");
|
||||
|
||||
Reference in New Issue
Block a user