v2.4.0: fixed a welcome message error and updated version again =S
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ allprojects {
|
|||||||
appName = 'Shattered Pixel Dungeon'
|
appName = 'Shattered Pixel Dungeon'
|
||||||
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'
|
||||||
|
|
||||||
appVersionCode = 774
|
appVersionCode = 775
|
||||||
appVersionName = '2.4.0-BETA-1'
|
appVersionName = '2.4.0-BETA-1'
|
||||||
|
|
||||||
appJavaCompatibility = JavaVersion.VERSION_1_8
|
appJavaCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|||||||
+1
-1
@@ -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 {
|
} else {
|
||||||
message = Messages.get(this, "what_msg");
|
message = Messages.get(this, "what_msg");
|
||||||
|
|||||||
Reference in New Issue
Block a user