forked from crisp-lad/KineticJS-Sand-Particles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 695 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 695 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<title>Sand</title>
<script src="./jquery.js"></script>
<script src="./KineticJs.js"></script>
<script src="./View.js"></script>
<script src="./Class.js"></script>
<script src="./Board.js"></script>
<script src="./Unit.js"></script>
<script src="./Stats.js"></script>
</head>
<body>
<!--button id="button-save">save</button>
<button id="button-load">load</button>
<button id="button-new">new</button-->
<!--div>
<br><br><br>Debug:<input id='debug-box' type='checkbox'></input><br>
Pause:<input id='debug-pause' type='checkbox'></input> or press 'p'<br>
<br><br>
</div-->
</select>
</body>
</html>