From d6a0b14b24b1e3f379480e92594c20c06ec37748 Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Sun, 31 Mar 2024 00:28:32 +0800 Subject: [PATCH] Update coords --- screen_coords.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/screen_coords.py b/screen_coords.py index 66b26f3..6ff226f 100644 --- a/screen_coords.py +++ b/screen_coords.py @@ -8,15 +8,15 @@ from vec2 import Vec2 BENCH_HEALTH_POS: list[Vec4] = [ - Vec4(GameWindow(369, 670, 472, 757)), - Vec4(GameWindow(485, 670, 588, 757)), - Vec4(GameWindow(601, 670, 704, 757)), - Vec4(GameWindow(728, 670, 831, 757)), - Vec4(GameWindow(844, 670, 947, 757)), - Vec4(GameWindow(960, 670, 1063, 757)), - Vec4(GameWindow(1076, 670, 1179, 757)), - Vec4(GameWindow(1192, 670, 1295, 757)), - Vec4(GameWindow(1308, 670, 1411, 757)), + Vec4(GameWindow(369, 650, 472, 757)), + Vec4(GameWindow(485, 650, 588, 757)), + Vec4(GameWindow(601, 650, 704, 757)), + Vec4(GameWindow(728, 650, 831, 757)), + Vec4(GameWindow(844, 650, 947, 757)), + Vec4(GameWindow(960, 650, 1063, 757)), + Vec4(GameWindow(1076, 650, 1179, 757)), + Vec4(GameWindow(1192, 650, 1295, 757)), + Vec4(GameWindow(1308, 650, 1411, 757)), ] ITEM_POS: list[list] = [