Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony5301 authored Apr 5, 2024
1 parent c020324 commit ce78735
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions screen_coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
from vec2 import Vec2

BENCH_HEALTH_POS: list[Vec4] = [
Vec4(GameWindow(369, 622, 472, 757)),
Vec4(GameWindow(485, 622, 588, 757)),
Vec4(GameWindow(601, 622, 704, 757)),
Vec4(GameWindow(728, 622, 831, 757)),
Vec4(GameWindow(844, 622, 947, 757)),
Vec4(GameWindow(960, 622, 1063, 757)),
Vec4(GameWindow(1076, 622, 1179, 757)),
Vec4(GameWindow(1192, 622, 1295, 757)),
Vec4(GameWindow(1308, 622, 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] = [
Expand Down Expand Up @@ -81,7 +81,7 @@
ITEM_PICKUP_LOC: list[Vec2] = [
Vec2(1440, 611),
Vec2(406, 544),
Vec2(1412, 486),
Vec2(1440, 486),
Vec2(469, 440),
Vec2(1380, 381),
Vec2(644, 323),
Expand Down Expand Up @@ -133,7 +133,7 @@
Vec2(1251, 423),
]

CAROUSEL_LOC: Vec2 = Vec2(964, 644)
CAROUSEL_LOC: Vec2 = Vec2(964, 620)

EXIT_NOW_LOC: Vec2 = Vec2(963, 575)

Expand Down

0 comments on commit ce78735

Please sign in to comment.