Skip to content

Commit 6c7c995

Browse files
committed
phone menu button coords
1 parent e06e07c commit 6c7c995

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

code.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@ class Cord:
2828
f_salmon = (90, 1110)
2929
f_unagi = (229, 1116)
3030

31+
phone = (1433, 957)
32+
menu_toppings = (1361, 678)
33+
34+
t_shrimp = (1238, 570)
35+
t_nori = (1237, 707)
36+
t_roe = (1466, 706)
37+
t_salmon = (1252, 854)
38+
t_unagi = (1448, 579)
39+
t_exit = (1462, 842)
40+
41+
menu_rice = (1388, 737)
42+
buy_rice = (1379, 734)
43+
44+
delivary_norm = (1243, 743)
45+
3146
def leftClick():
3247
win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0, 0)
3348
time.sleep(0.1)

0 commit comments

Comments
 (0)