-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathindex.html
161 lines (143 loc) · 7.43 KB
/
index.html
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<title>Orbium</title>
<meta charset="utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta id="vp" name="viewport" content=""/>
<link rel="icon" href="ico/app_16x16.png" sizes="16x16"/>
<link rel="icon" href="ico/app_32x32.png" sizes="32x32"/>
<link rel="icon" href="ico/app_128x128.png" sizes="128x128"/>
<link rel="apple-touch-icon" href="ico/app_120x120.png" sizes="120x120">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="js/start.js"></script>
<script src="js/1152x784.js"></script>
<script src="js/levels.js"></script>
<script src="js/util.js"></script>
<script src="js/sprite.js"></script>
<script src="js/tile.js"></script>
<script src="js/emptytile.js"></script>
<script src="js/rotator.js"></script>
<script src="js/horiztile.js"></script>
<script src="js/verttile.js"></script>
<script src="js/crosstile.js"></script>
<script src="js/counter.js"></script>
<script src="js/announcer.js"></script>
<script src="js/timer.js"></script>
<script src="js/clock.js"></script>
<script src="js/teleporter.js"></script>
<script src="js/inspector.js"></script>
<script src="js/transformer.js"></script>
<script src="js/director.js"></script>
<script src="js/matcher.js"></script>
<script src="js/sequencer.js"></script>
<script src="js/indicator.js"></script>
<script src="js/falltile.js"></script>
<script src="js/lane.js"></script>
<script src="js/bar.js"></script>
<script src="js/marble.js"></script>
<script src="js/dockee.js"></script>
<script src="js/loader.js"></script>
<script src="js/player.js"></script>
<script src="js/storage.js"></script>
<script src="js/menu.js"></script>
<script src="js/editor.js"></script>
<script src="js/sign.js"></script>
<script src="js/perf.js"></script>
<script src="js/client.js"></script>
<script src="js/tutorial.js"></script>
<script src="js/machine.js"></script>
<script src="js/init.js"></script>
</head>
<body>
<div id="pane">
<canvas id="canv" style="position: absolute; visibility: hidden;"></canvas>
</div>
<div id="menu">
<div id="main" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="start" style="cursor: pointer;" align="center"> </div>
<div id="select" style="cursor: pointer;" align="center">SELECT LVL</div>
<div id="settings" style="cursor: pointer;" align="center">SETTINGS</div>
<div id="about" style="cursor: pointer;" align="center">ABOUT</div>
</div>
<div id="lvl" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="pack" style="position: absolute; left: 5%; cursor: pointer;">LEVELS: X</div>
<div id="nr" style="position: absolute; left: 79%;"> </div>
<div id="testfill0"> </div>
<div id="testfill1"> </div>
<div id="edit" style="position: absolute; left: 82%; cursor: pointer;">EDIT</div>
<div id="testfill2"> </div>
<div id="prev" style="position: absolute; left: 5%; cursor: pointer;" align="center">PREV</div>
<div id="next" style="position: absolute; left: 30%; cursor: pointer;" align="center">NEXT</div>
<div id="play" style="position: absolute; left: 54%; cursor: pointer;" align="center">PLAY</div>
<div id="lvlb" style="position: absolute; left: 78%; cursor: pointer;" align="center">MENU</div>
</div>
<div id="sett" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="sound" style="cursor: pointer;" align="center"> </div>
<div id="tutorial" style="cursor: pointer;" align="center"> </div>
<div id="limits" style="cursor: pointer;" align="center"> </div>
<div id="filler0" align="center"> </div>
<div id="settb" style="cursor: pointer;" align="center">BACK</div>
<div id="debug" style="position: absolute; left: 1%; width: 16%; height: 38%;" align="center"> </div>
<div id="logo" style="position: absolute; left: 83%; width: 16%; height: 38%;" align="center"> </div>
</div>
<div id="abo" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="copy" align="center">(C) 2018 BJÖRN NILSSON</div>
<div id="filler6" align="center"> </div>
<div id="support" style="cursor: pointer;" align="center"> </div>
<div id="credits" style="cursor: pointer;" align="center">CREDITS</div>
<div id="filler5" align="center"> </div>
<div id="abob" style="cursor: pointer;" align="center">BACK</div>
</div>
<div id="dbg" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="reset" style="cursor: pointer;" align="center">RESET ALL PROGRESS</div>
<div id="unlock" style="cursor: pointer;" align="center">UNLOCK ALL LEVELS</div>
<div id="editoron" style="cursor: pointer;" align="center">ENABLE LEVEL EDITOR</div>
<div id="perfon" style="cursor: pointer;" align="center">ENABLE PERF MONITOR</div>
<div id="connecton" style="cursor: pointer;" align="center">CONNECT TO SERVER</div>
</div>
<div id="lgo" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="lgob" style="position: absolute;">ORBIUM</div>
<div id="filler1" align="center"> </div>
<div id="loading" style="position: absolute;">LOADING...</div>
<div id="copyright" style="position: absolute;">COPYRIGHT 2018 BJÖRN NILSSON</div>
</div>
<div id="creds" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="info" align="center">
<p>
<span>DEVELOPMENT</span><br>
<span>BJÖRN NILSSON</span><br>
<span><a id="contact" style="cursor: pointer; text-decoration: underline;">BNILSSON@ME.COM</a></span>
</p>
<p>
<span>GRAPHICS</span><br>
<span>VINCENT MACCIOLI</span><br>
<span><a id="gfx" style="cursor: pointer; text-decoration: underline;">THEAIRTIGHTGARAGE.NET</a></span>
</p>
</div>
<div id="credb" style="cursor: pointer;" align="center">BACK</div>
</div>
<div id="edt" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="sav" style="position: absolute; cursor: pointer;">SAVE</div>
<div id="tst" style="position: absolute; cursor: pointer;">TEST</div>
</div>
<div id="fail" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="fai" align="center"> </div>
<div id="filler3" align="center"> </div>
<div id="retry" style="position: absolute; left: 28%; cursor: pointer;" align="center">RETRY</div>
<div id="failb" style="position: absolute; left: 58%; cursor: pointer;" align="center">MENU</div>
</div>
<div id="compl" style="position: absolute; top: 0; width: 100%; visibility: hidden;">
<div id="comp" align="center"> </div>
<div id="filler4" align="center"> </div>
<div id="nextl" style="position: absolute; left: 28%; cursor: pointer;" align="center"> </div>
<div id="compb" style="position: absolute; left: 58%; cursor: pointer;" align="center">MENU</div>
</div>
</div>
<div id="sign0" style="position: absolute; visibility: hidden;"> </div>
<div id="tutorial0" style="position: absolute; visibility: hidden;"> </div>
<div id="perf0" style="position: absolute; visibility: hidden;"> </div>
<div id="progress0" style="position: absolute; visibility: hidden; background: #808080; z-index: 100;"></div>
<div id="progress1" style="position: absolute; visibility: hidden; background: #ffffff; z-index: 101;"></div>
</body>
</html>