-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoordinates.json
More file actions
66 lines (66 loc) · 1.82 KB
/
coordinates.json
File metadata and controls
66 lines (66 loc) · 1.82 KB
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
63
64
65
66
{
"lane 1":{
"top_left" : {"x": 305, "y" : 385},
"bottom_right" : {"x": 1135, "y" : 467}
},
"lane 2":{
"top_left" : {"x": 305, "y" : 468},
"bottom_right" : {"x": 1135, "y" : 550}
},
"lane 3":{
"top_left" : {"x": 305, "y" : 551},
"bottom_right" : {"x": 1135, "y" : 620}
},
"fireball_profile": {
"top_left" : {"x": 904, "y" : 647},
"bottom_right" : {"x": 1010, "y" : 747}
},
"easy_level": {
"top_left" : {"x": 610, "y" : 502},
"bottom_right" : {"x": 765, "y" : 555}
},
"medium_level": {
"top_left" : {"x": 602, "y" : 579},
"bottom_right" : {"x": 863, "y" : 629}
},
"hard_level": {
"top_left" : {"x": 603, "y" : 649},
"bottom_right" : {"x": 777, "y" : 699}
},
"tutorial" :{
"top_left" : {"x" : 614, "y" : 711},
"bottom_right" : {"x": 881, "y" : 771}
},
"back" :{
"top_left" : {"x" : 20, "y" : 12},
"bottom_right" : {"x": 182, "y" : 64}
},
"knight" :{
"top_left" : {"x" : 421, "y" : 650},
"bottom_right" : {"x": 526, "y" : 751}
},
"ni" :{
"top_left" : {"x" : 539, "y" : 648},
"bottom_right" : {"x": 644, "y" : 749}
},
"samurai" :{
"top_left" : {"x" : 660, "y" : 647},
"bottom_right" : {"x": 764, "y" : 748}
},
"goblin" :{
"top_left" : {"x" : 782, "y" : 646},
"bottom_right" : {"x": 884, "y" : 747}
},
"sound" :{
"top_left" : {"x" : 1280, "y" : 751},
"bottom_right" : {"x": 1406, "y" : 780}
},
"Red_HP":{
"top_left" : {"x" : 288, "y" : 137},
"bottom_right" : {"x": 584, "y" : 171}
},
"Blue_HP":{
"top_left" : {"x" : 856, "y" : 137},
"bottom_right" : {"x": 1152, "y" : 171}
}
}