Skip to content

Commit

Permalink
Merge pull request #97 from 9-9-9-9/bugfix/change-character-confirm-o…
Browse files Browse the repository at this point in the history
…ffset

Bugfix/change character confirm offset
  • Loading branch information
9-9-9-9 authored Jan 30, 2023
2 parents bacf55c + 1f0c18c commit 9d285d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>bh.bot</groupId>
<artifactId>99bot</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public Offset getOffsetDialogCharacterLoading() {

@Override
public Offset getOffsetLabelCharacterConfirm() {
return new Offset(350, 400);
return new Offset(350, 425);
}

@Override
Expand Down Expand Up @@ -530,7 +530,7 @@ public Offset getOffsetButtonPlayTrials() {

@Override
public Offset getOffsetButtonEnergyDungeon() {
return new Offset(275, 400);
return new Offset(275, 425);
}
@Override
public Offset getOffsetButtonHeroicEnergyDungeon() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/bh/bot/common/types/images/BwMatrixMeta.java
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ public static void load() throws IOException {
Metas.Character.Buttons.characterSelect = BwMatrixMeta.from(//
"buttons/character.select2?",
Configuration.screenResolutionProfile.getOffsetLabelCharacterSelect(), //
0xFFFFFF
0x000000
);
Metas.Character.Labels.heroes = BwMatrixMeta.from(//
"labels/character.heroes2?",
Expand Down
Binary file modified src/main/resources/game-images/800x520/buttons/character.select2-tp.bmp
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion web/json/reject-versions-2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bv": ["3.5.0", "3.4.0", "3.3.0","3.2.0","3.1.0","3.0.0","2.12.0","2.11.0","2.10.1","2.10.0","2.9.3","2.9.2","2.9.1","2.9.0","2.8.6","2.8.5","2.8.4","2.8.3","2.8.2","2.8.1","2.8.0","2.7.0","2.6.0","2.5.0","2.4.0","2.3.0","2.2.0","2.1.0","2.0.1","2.0.0"],
"bv": ["3.6.0", "3.5.0", "3.4.0", "3.3.0","3.2.0","3.1.0","3.0.0","2.12.0","2.11.0","2.10.1","2.10.0","2.9.3","2.9.2","2.9.1","2.9.0","2.8.6","2.8.5","2.8.4","2.8.3","2.8.2","2.8.1","2.8.0","2.7.0","2.6.0","2.5.0","2.4.0","2.3.0","2.2.0","2.1.0","2.0.1","2.0.0"],
"bf": {
"3.4.1": ["invasion"],
"3.4.0": ["invasion","gvg","gauntlet"]
Expand Down

0 comments on commit 9d285d4

Please sign in to comment.