Skip to content

Commit

Permalink
v1.3.2: re-final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Jul 27, 2022
1 parent 3ae1407 commit 4f32d90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allprojects {
appName = 'Shattered Pixel Dungeon'
appPackageName = 'com.shatteredpixel.shatteredpixeldungeon'

appVersionCode = 646
appVersionCode = 648
appVersionName = '1.3.2'

appJavaCompatibility = JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ public static void add_Coming_Soon( ArrayList<ChangeInfo> changeInfos ) {
"The next Shattered update will be v1.4.0! After focusing on game porting and multiple smaller additions, v1.4.0 will finally focus on new core game content! I expect v1.4.0 to take about 2 months to complete, as I want to focus primarily on the core content and not overload the update too much with other smaller additions.\n\n" +
"I should have some more info on v1.4.0 to share in a blog post some time in August."));

changes.addButton( new ChangeButton(Icons.get(Icons.DISPLAY_LAND), "Desktop UI Improvements",
"...Before v1.4.0 though, I would like to add a few interface improvements for desktp users in some v1.3 patches. In particular I still haven't added more detailed enemy info to the main game screen. I expect to be adding these things along with the usual bugfixes in patches for v1.3."));

changes.addButton( new ChangeButton(new ItemSprite(ItemSpriteSheet.PICKAXE), "Blacksmith Quest",
"The main content in v1.4.0 is going to be a total rework to the blacksmith's quest in the caves! Currently the quest is pretty simple, and I'd like to expand it to continue the trend of quests getting progressively more involved. Expect more mining for rare ore and gems, with some greater rewards if you perform well!"));

Expand Down Expand Up @@ -115,6 +112,8 @@ public static void add_v1_3_Changes( ArrayList<ChangeInfo> changeInfos ) {
changes.addButton(new ChangeButton(new Image(Assets.Sprites.SPINNER, 144, 0, 16, 16), Messages.get(ChangesScene.class, "bugfixes"),
"Fixed (caused by v1.3.0):\n" +
"_-_ Various rare hang and crash bugs\n" +
"_-_ Game unintentionally requesting AD ID permissions on Google Play\n" +
"_-_ Various cases of incorrect or missing controller button prompts\n" +
"_-_ Enraged brutes not being killed by cleansing darts\n" +
"_-_ Minor visual bugs in one specific floor 5 layout type\n" +
"_-_ Lit bombs being preserved with other items when defeating Tengu\n" +
Expand Down

0 comments on commit 4f32d90

Please sign in to comment.