-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
39 lines (38 loc) · 1.23 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
<html>
<head>
<title>🏝</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body class="L">
<div id="M">
<canvas id="C"></canvas>
<div id="T">
<h1>Loading...</h1>
</div>
<div id="N">
<h1>ISLAND NOT FOUND</h1>
<h3><b id="R">New Game</b></h3>
<h3><b id="S" class="X">Save Game</b></h3>
<h3><b id="L">Load Game</b></h3>
<small>
<label><input type="checkbox" id="Y" /> Invert Y </label>
<label> <input type="checkbox" id="Q" checked /> High quality </label>
<label> <input type="checkbox" id="H" checked /> Head Bob </label><br />
<label>Music Volume <input type="range" id="V" value="50" /></label>
<br />
<br />
Shift: run<br />
W,A,S,D/Z,Q,S,D/Arrows: move<br />
Mouse: look around<br />
E,Space: interact<br />
F: flashlight<br />
Esc,M: menu
</small>
<a href="https://github.com/SalvatorePreviti/js13k-2020" target="_blank">
Copyright (c) 2020 Ben Clark, Salvatore Previti.
</a>
</div>
</div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>