-
Notifications
You must be signed in to change notification settings - Fork 19
/
test.py
50 lines (30 loc) · 859 Bytes
/
test.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- coding: utf-8 -*-
"""
Created on Sun Aug 1 22:50:06 2021
@author: Paul
This program is used for testing only
"""
import Base_func_wormhole as Base_func
#import FGO_optional_func as op
#import Serial_wormhole as Serial
#import time
Base_func.init_wormhole()
# op.FriendPointSummon(2.5)
# for i in range(10):
# op.Upgrade()
# op.FriendPointSummon()
# fusea = Base_func.Fuse()
# fusea.increase()
#Base_func.match_template('Maxlvl')
#(790,215) (125,330) (125,450)
#Serial.mouse_swipe((125,210),(125,580),0.5)
# def material_select():
# Serial.mouse_move((125,210))
# Serial.mouse_hold()
# time.sleep(1) #1.5 originally
# Serial.mouse_move((790,215))
# Serial.mouse_move((125,330))
# Serial.mouse_move((125,450))
# Serial.mouse_move((125,580))
# time.sleep(0.5)
# Serial.mouse_release()