Skip to content

Commit

Permalink
Fix gve (#117)
Browse files Browse the repository at this point in the history
* change jammie dimension coords

* bump version
  • Loading branch information
daredoes authored Apr 28, 2023
1 parent cbcef51 commit b456f15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.4
3.7.5
Original file line number Diff line number Diff line change
Expand Up @@ -783,22 +783,22 @@ public Offset getOffsetLabelJammieDimension() {

@Override
public Offset getOffsetEnterJammieDimensionZorgo() {
return new Offset(168, 201);
return new Offset(170, 205);
}

@Override
public Offset getOffsetEnterJammieDimensionYackerz() {
return new Offset(319, 283);
return new Offset(315, 280);
}

@Override
public Offset getOffsetEnterJammieDimensionVionot() {
return new Offset(479, 338);
return new Offset(480, 350);
}

@Override
public Offset getOffsetEnterJammieDimensionGrampa() {
return new Offset(636, 374);
return new Offset(630, 375);
}

@Override
Expand Down

0 comments on commit b456f15

Please sign in to comment.