-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathZ-Type.htm
142 lines (129 loc) · 3 KB
/
Z-Type.htm
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
<!DOCTYPE html>
<!-- saved from url=(0027)http://phoboslab.org/ztype/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Z-Type</title>
<link rel="Shortcut Icon" href="http://phoboslab.org/templates/phoboslab/phoboslab.ico">
<style type="text/css">
html,body {
background-color: #25272b;
background-image: url(./Z-Type_files/phobos.png);
background-position: 54px 105px;
background-attachment: fixed;
background-repeat: no-repeat;
color: #fff;
font-family: helvetica, arial, sans-serif;
margin: 0;
padding: 0;
font-size: 12pt;
}
#canvas {
border: 1px solid #555;
position: absolute;
left: 0;
top: 0;
width: 360px;
height: 640px;
background-color: #000;
}
#game {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 360px;
height: 640px;
}
#nocanvas {
width: 360px;
margin: 150px auto;
}
a {
color: #0066cc;
}
img {
border: 0;
}
.made-with-impact {
position: absolute;
text-align: center;
bottom: 32px;
right: 32px;
}
#ad {
width: 160px;
height: 600px;
position: absolute;
left: 32px;
top: 0;
bottom: 0;
margin: auto;
}
#fbhint {
position: absolute;
bottom: 0;
left: 1px;
display: none;
}
#fboverlay {
position: absolute;
z-index: 100;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 420px;
height: 180px;
padding: 10px;
background-color: rgba(110,132,180,0.8);
border: 6px solid rgba(60,90,152,0.8);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.fbbutton {
display: block;
float: left;
text-decoration: none;
color: #fff;
background-color: #3b5998;
border: 1px solid #2a457f;
border-top-color: #8a9cc2;
text-align: center;
font-weight: bold;
xfont-size: 12px;
padding: 3px 8px;
margin-right: 16px;
}
.fbbutton.no {
background-color: #5F6D89;
}
.fbbutton:hover {
background-color: #283b62;
}
</style>
<meta name="description" content="Type To Shoot Game made with ImpactJS">
<script type="text/javascript" src="./Z-Type_files/ztype-ru.js"></script>
<!--<script type="text/javascript" src="./Z-Type_files/ztype.js"></script>-->
<!--<script type="text/javascript">-->
<!--ig.module('ztype').requires('game.main').defines(function(){-->
<!--ZType.StartGame();-->
<!--});-->
<!--</script> -->
</head>
<body>
<a class="made-with-impact" href="http://impactjs.com/"><img src="./Z-Type_files/made-with-impact.png"></a>
<div id="game">
<canvas id="canvas" width="360" height="640" style="cursor: auto;">
<div id="nocanvas">
To play this game you need a good Browser, like
<a href="http://www.opera.com/">Opera</a>,
<a href="http://www.google.com/chrome">Chrome</a>,
<a href="http://www.mozilla.com/firefox/">Firefox</a> or
<a href="http://www.apple.com/safari/">Safari</a>.
</div>
</canvas>
</div>
</body></html>