-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (45 loc) · 3.09 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
<!DOCTYPE html>
<head>
<link href='http://fonts.googleapis.com/css?family=Hanalei+Fill' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
<link href="styles/css.css" rel="stylesheet" type="text/css" />
<link rel=stylesheet type="text/css" href="styles/reset.css">
<link rel=stylesheet type="text/css" href="styles/clono.css">
<link href='http://fonts.googleapis.com/css?family=Hanalei+Fill' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="scripts/crafty.js"></script>
<script type="text/javascript" src="scripts/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="scripts/main.js"></script>
<script type="text/javascript" src="scripts/components.js"></script>
<script type="text/javascript" src="scripts/scenes.js"></script>
<script type="text/javascript" src="scripts/game.js"></script>
</head>
<body>
<div class="body_wrap body_main">
<div class="title_web">CLONOLUCHAS</div>
<div id="container" >
<div id="cr-stage" >
</div>
<div id="noMobile" class="title" style="display: none;">
<p>
Las clonoluchas aun no se encuentran disponibles para dispositivos moviles :( Pero no te quedes con ganas, jugalas desde cualquier compu.
</p>
</div>
</div>
<script type="text/javascript" >
Game.init();
</script>
<div class="title" id="instructions">
<p>Destruye a tu oponente sáurico. Ten en cuenta, que al dejar presionado tanto tu arma como tu escudo aumentarán su poder de ataque y defensa respectivamente.</p>
<p>Intenta bloquear el ataque con la potencia de escudo correcta para perder la menor cantidad de energía.</p>
<p>Si dejas apretado lo suficiente el botón de ataque y la barra de poder azul alcanza su máximo, verás una evolución en tu dinosaurio, la cual le dará mucho más poder de fuego.</p>
<p>Presta atención al HuevoAttack, un pterodactylus con un huevo explosivo que vendrá al rescate cuando te quede poca vida. Actívalo en el momento indicado.</p>
<p>Podés ver el codigo fuente <a class="footer-text" target="_blank" href="https://github.com/nan-apps/clonoluchas" >ACA</a> Bajá el codigo y modificalo a gusto o hacé tu propia versión</p>
</div>
<div>
<p class="footer-text" > Diseño por <a target="_blank" href="http://topoweb.com.ar" >Topo Web</a>, pixel art por <a target="_blank" href="http://kristruitt.com" >Kris Truitt</a>, programacion por <a target="_blank" href="http://nan-apps.com" >Nan-Apps</a> </p>
</div>
</div>
<div class="footer-degrad"></div>
</body>
</html>