Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from michalani/patch-1
Browse files Browse the repository at this point in the history
Updated mana value since it was failing to find
  • Loading branch information
MuriloChianfa authored Aug 22, 2020
2 parents ee11bdf + 15fe9ba commit aea6a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Getters.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def GetHealthPosition():


def GetManaPosition():
ManaPositions = LocateCenterImage('images/PlayerSettings/mana.png', Precision=0.9)
ManaPositions = LocateCenterImage('images/PlayerSettings/mana.png', Precision=0.8)
if ManaPositions[0] != 0 and ManaPositions[1] != 0:
return ManaPositions[0], ManaPositions[1]

Expand Down

0 comments on commit aea6a93

Please sign in to comment.