v2.4.0: fixed a welcome message error and updated version again =S

This commit is contained in:
Evan Debenham
2024-04-30 14:16:27 -04:00
parent 8042ebee40
commit 712c702223
2 changed files with 2 additions and 2 deletions
@@ -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");