v3.1.0: updated version and changelog for ALPHA-0.2

This commit is contained in:
Evan Debenham
2025-04-13 11:49:35 -04:00
parent 70e9f3f9f7
commit 92e553fb3e
2 changed files with 16 additions and 2 deletions

View File

@@ -83,6 +83,20 @@ public class v3_X_Changes {
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes = new ChangeInfo("ALPHA-0.2", false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
"Fixed the following bugs:\n" +
"**Caused by ALPHA:**\n" +
"**-** Crashes when loading older Warrior runs\n" +
"**-** Errors with new Lethal Defense logic"));
changes = new ChangeInfo(Messages.get(ChangesScene.class, "new"), false, null);
changes.hardlight(Window.TITLE_COLOR);
changeInfos.add(changes);