Skip to content

Commit 6fae0d8

Browse files
committed
2.3.1
1 parent c2861a7 commit 6fae0d8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
## Supported Screen Sizes
18-
1920x1080, 2560x1080, 2560x1440 3840x2160
18+
1920x1080, 1920x1200, 2560x1080, 2560x1440, 2560x1600 3840x2160
1919

2020
## Unsupported Screen Size
2121
If your screen size is not supported, please join Discord so I will add it:

scripts/image_layering.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ def capture_screenshot():
1919
coordinates = {
2020
"2560x1440": {"mapCoordinates": [1001, 136, 2278, 1412]},
2121
"1920x1080": {"mapCoordinates": [751, 102, 1708, 1059]},
22-
"1920x1200": {"mapCoordinates": [751, 102, 1708, 1059]},
22+
"1920x1200": {"mapCoordinates": [728, 113, 1791, 1177]},
2323
"2560x1080": {"mapCoordinates": [1071, 102, 2028, 1059]},
24+
"2560x1600": {"mapCoordinates": [970, 151, 2389, 1569]},
2425
"3840x2160": {"mapCoordinates": [1502, 204, 3417, 2119]},
2526
}
2627
# Use coordinates based on the game resolution

squad_mortar_overlay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from tkinter import messagebox
1414
import requests
1515

16-
VERSION = "2.3.0"
16+
VERSION = "2.3.1"
1717

1818
DEFAULT_CONFIG = {
1919
"hotkey": "!",

0 commit comments

Comments
 (0)