Skip to content

Commit

Permalink
increase result bond region (#1752)
Browse files Browse the repository at this point in the history
Co-authored-by: arthur <[email protected]>
  • Loading branch information
ArthurKun21 and ArthurKun21 authored Jan 14, 2024
1 parent 2264955 commit 997d624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Locations @Inject constructor(
val resultMasterExpRegion = Region(0, 350, 400, 110).xFromCenter()
val resultMasterLvlUpRegion = Region(710, 160, 250, 270).xFromCenter()
val resultScreenRegion = Region(-1180, 300, 700, 200).xFromCenter()
val resultBondRegion = Region(720, 690, 120, 250).xFromCenter()
val resultBondRegion = Region(720, 600, 120, 400).xFromCenter()

val resultCeRewardRegion = Region(-230, 1216, 33, 28).xFromCenter()
val resultCeRewardDetailsRegion = Region(if (isWide) 193 else 0, 512, 135, 115)
Expand Down

0 comments on commit 997d624

Please sign in to comment.