Skip to content

Commit

Permalink
1.4: finale
Browse files Browse the repository at this point in the history
  • Loading branch information
TrashboxBobylev committed May 26, 2024
1 parent 3f0cd38 commit 9e11ccf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
appPackageName = 'com.trashboxbobylev.shorterpd'

appVersionCode = 781
appVersionName = 'Short-1.3.0'
appVersionName = 'Short-1.4.0'

appJavaCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@

public class vShort_Changes {
public static void addAllChanges( ArrayList<ChangeInfo> changeInfos ) {
ChangeInfo changes = new ChangeInfo("Short-1.3", true, "");
ChangeInfo changes = new ChangeInfo("Short-1.4", true, "");
changes.hardlight(0xCCCCCC);
changeInfos.add(changes);
changes.addButton( new ChangeButton(Icons.get(Icons.SHORTER_CHEST), "Developer Commentary",
"_-_ Released May 26th, 2024"));
changes.addButton(new ChangeButton(Icons.get(Icons.SHPX), "ShatteredPD",
"_-_ Ported everything from Shattered 2.4.1.\n" +
"_-_ Reintroduced alt variants and increased their chance to appear from 1/50 to 1/30."));
changes.addButton(new ChangeButton(Icons.get(Icons.PREFS), Messages.get(ChangesScene.class, "misc"),
"_-_ Fixed next chapter mob spawns not accounting for Shorter's chapter length."));

changes = new ChangeInfo("Short-1.3", true, "");
changes.hardlight(0xCCCCCC);
changeInfos.add(changes);
changes.addButton( new ChangeButton(Icons.get(Icons.SHORTER_CHEST), "Developer Commentary",
Expand Down

0 comments on commit 9e11ccf

Please sign in to comment.