-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathindex-debug.html
37 lines (35 loc) · 2 KB
/
index-debug.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>UNDERRUN</title>
<style>
div:last-child {color: #e90;}
b{animation: r 1s infinite;}
@keyframes r {50%{opacity:0;}}
#c{width:100%;image-rendering:optimizeSpeed;image-rendering:pixelated;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABGdBTUEAALGPC/xhBQAAAAZQTFRFAAAA////pdmf3QAAAAF0Uk5TAEDm2GYAAAATSURBVAjXYxBgEGBgYDgGxEAWAAc4AQebSvKuAAAAAElFTkSuQmCC),auto;}
#a{font-weight:bold;color:#c80;position:absolute;top:4vw;left:2vw;font-size:1.6vw;overflow:hidden;white-space: nowrap;width:94%;text-shadow: 0 0 7px #f70;transition:opacity 1s;}
</style>
</head>
<body style="margin:0;background:#000">
<canvas id="c" width=320 height=180></canvas>
<code id="a"></code>
<script type="text/javascript" src="source/game.js"></script>
<script type="text/javascript" src="source/random.js"></script>
<script type="text/javascript" src="source/renderer.js"></script>
<script type="text/javascript" src="source/entity.js"></script>
<script type="text/javascript" src="source/entity-cpu.js"></script>
<script type="text/javascript" src="source/entity-player.js"></script>
<script type="text/javascript" src="source/entity-plasma.js"></script>
<script type="text/javascript" src="source/entity-spider.js"></script>
<script type="text/javascript" src="source/entity-sentry.js"></script>
<script type="text/javascript" src="source/entity-particle.js"></script>
<script type="text/javascript" src="source/entity-health.js"></script>
<script type="text/javascript" src="source/entity-explosion.js"></script>
<script type="text/javascript" src="source/sonantx-reduced.js"></script>
<script type="text/javascript" src="source/music-dark-meat-beat.js"></script>
<script type="text/javascript" src="source/sound-effects.js"></script>
<script type="text/javascript" src="source/audio.js"></script>
<script type="text/javascript" src="source/terminal.js"></script>
<script type="text/javascript" src="source/main.js"></script>
</body></html>