-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathloader.html
More file actions
28 lines (24 loc) · 819 Bytes
/
loader.html
File metadata and controls
28 lines (24 loc) · 819 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
26
27
28
<html>
<head>
<title>Bad Monkeys</title>
<link rel="stylesheet" type="text/css" media="all" href="css/main.css" />
</head>
<body>
<div class="container">
<canvas id="easelCanvas" width="800" height="600"></canvas>
<canvas id="debugCanvas" width="1600" height="600"></canvas>
<div class="loader">0 %</div>
<!-- <div class="dbug"></div> -->
<div class="dbug_delete"></div>
</div>
</body>
<script src="js/lib/jquery-1.7.1.min.js"></script>
<script src="js/lib/easel.js"></script>
<script src="js/lib/Box2dWeb-2.1.a.3.min.js"></script>
<script src="js/lib/easelBox.js"></script>
<script src="js/lib/jquery.path.js"></script>
<script src="js/lib/PxLoader.js"></script>
<script src="js/lib/PxLoaderImage.js"></script>
<script src="js/lib/PxLoaderSound.js"></script>
<script src="js/lib/main.js"></script>
</html>