-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmirage.css
More file actions
115 lines (98 loc) · 1.35 KB
/
Copy pathmirage.css
File metadata and controls
115 lines (98 loc) · 1.35 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/*cat, window, con, market, van, bench, CT, stairs, jungle, market, topmid, underpass, getleft, getright*/
#cat {
position: absolute;
left: 375px;
top:331px;
}
#window{
position: absolute;
left: 297px;
top: 386px;
}
#con{
position: absolute;
left: 400px;
bottom: 315px;
}
#marketWindow{
position: absolute;
left: 152px;
top: 318px;
}
#marketDoor{
position: absolute;
top:318px;
left:71px;
}
#van{
position: absolute;
left: 75px;
top: 120px;
}
#benchdeep{
position: absolute;
left: 26px;
top: 203px;
}
#bench{
left: 74px;
top: 168px;
}
#CT{
position: absolute;
bottom: 100px;
left: 346px;
}
#stairs{
position: absolute;
left: 440px;
bottom: 255px;
}
#jungle{
position: absolute;
bottom: 284px;
left: 365px;
}
#apps{
position: absolute;
top: 115px;
left: 154px;
}
#jungle2{
bottom: 260px;
left: 400px;
}
#appsDeep{
position: absolute;
top: 117px;
left: 250px;
}
#topmidtop{
position: absolute;
left: 540px;
top: 345px;
}
#topmidd{
left: 590px;
top: 270px;
}
#topmidbottom{
left: 575px;
bottom: 400px;
}
#underpass{
left: 332px;
top: 376px;
}
#getleft{
top: 171px;
left: 235px;
}
#getright{
top: 226px;
left: 235px;
}
#midcon{
left: 400px;
bottom: 402px;
}