-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (30 loc) · 1.02 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ld37</title>
<!-- build:css main.min.css -->
<link rel="stylesheet" href="css/main.css">
<!-- /build -->
<link href="https://fonts.googleapis.com/css?family=Bungee+Shade|Fontdiner+Swanky" rel="stylesheet">
</head>
<body>
<div class="game-container">
<div id="ld37-game" class="game"></div>
<div id="hud" class="noselect"></div>
</div>
<div id="overlay"></div>
<div style="text-align: center; color: #5C5C5C; margin-top: 20px;">
Controls: Pinch a character and move it to a contiguous empty cell to move it. Every character occupy the space determined by the highlight below.
</div>
<!-- build:remove -->
<script src="http://localhost:35729/livereload.js"></script>
<!-- /build -->
<!-- build:js phaser-arcade-physics.min.js -->
<script src="node_modules/phaser/build/custom/phaser-arcade-physics.min.js"></script>
<!-- /build -->
<!-- build:js bundle.min.js -->
<script src="bundle.js"></script>
<!-- /build -->
</body>
</html>