-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
locking-config-custom.yaml
62 lines (62 loc) · 2.13 KB
/
locking-config-custom.yaml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# --------------------------------------------------
# Title of the configuration
title: Title
# --------------------------------------------------
# The location of the role buttons
# location: the top left most pixel of the first agent button [x, y]
# size: size of the agent buttons, [width, height]
# spacing: spacing between the agent buttons, [width, height]
# columns: number of columns
roleButtons:
location: [x, y]
size: [width, height]
spacing: [width, height]
# --------------------------------------------------
# The location of the agent buttons
# location: the top left most pixel of the first agent button [x, y]
# size: size of the agent buttons, [width, height]
# spacing: spacing between the agent buttons, [width, height]
# grid: rows and columns, [rows, columns]
agentButtons:
location: [x, y]
size: [width, height]
spacing: [width, height]
grid: [rows, columns]
# --------------------------------------------------
# The location of the lock button
# size: size of the lock button
# location: the top left most pixel of the lock button
lockButton:
location: [x, y]
size: [width, height]
# --------------------------------------------------
# Region that is checked to see when the game is in the agent selection screen
# location: the top left most pixel of the region [x, y]
# size: size of the region [width, height]
# color: color of the pixel in the region to match
lockRegion:
location: [x, y]
size: [width, height]
color: [r, g, b]
# --------------------------------------------------
# Regions that are checked to see when the user is not in a game
# location: the top left most pixel of the region [x, y]
# size: size of the region [width, height]
# color: color of the pixel in the region to match
waitingRegions:
- location: [x, y]
size: [width, height]
color: [r, g, b]
# - location: [x, y]
# size: [width, height]
# color: [r, g, b]
# - location: [x, y]
# size: [width, height]
# color: [r, g, b]
# - location: [x, y]
# size: [width, height]
# color: [r, g, b]
# - location: [x, y]
# size: [width, height]
# color: [r, g, b]
# --------------------------------------------------