-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 829 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Hills</title>
<link rel="stylesheet" type="text/css" href="css/master.css" media="screen" />
<script src="js/lib/Box2dWeb-2.1.a.3.js"></script>
<script src="js/lib/three.js"></script>
<script src="fonts/helvetiker_regular.typeface.js"></script>
<!-- data-main attribute tells require.js to load
js/main.js after require.js loads. -->
<script data-main="js/main" src="js/lib/require.js"></script>
</head>
<body>
<canvas id="main" width="100%"></canvas>
<br />
[ A ] BACK, [ D ] FORWARD, [ ENTER ] RESTART
<input id="cam" value="" maxlength="5" />
<br />Physics debug output
<br />
<canvas id="gravity-debug" width="400" height="300"></canvas>
</body>
</html>