Skip to content

Commit

Permalink
Added support for 4k
Browse files Browse the repository at this point in the history
Added config preset for 4k
Added DPI aware per monitor
Added GitHub link
Updated game data
  • Loading branch information
josdemmers committed May 26, 2022
1 parent fcec23f commit 8a113c9
Show file tree
Hide file tree
Showing 19 changed files with 52,541 additions and 40,222 deletions.
2 changes: 2 additions & 0 deletions NewWorldCompanion.Constants/EmguConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ public class EmguConstants
public const int Default19201080AreaUpper = 7000;
public const int Default25601440AreaLower = 10000;
public const int Default25601440AreaUpper = 15000;
public const int Default38402160AreaLower = 22600;
public const int Default38402160AreaUpper = 26600;

public const int DefaultHysteresisLower = 10;
public const int DefaultHysteresisUpper = 400;
Expand Down
Loading

0 comments on commit 8a113c9

Please sign in to comment.