forked from shogoki-vnz/CraftyBox2D
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo2.html
More file actions
19 lines (19 loc) · 773 Bytes
/
Copy pathdemo2.html
File metadata and controls
19 lines (19 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>.::Crafty Demo > Drop Box::.</title>
<meta name="description" content="Drop Box demo for the Crafty box2d component">
<meta name="author" content="sdrib">
<meta name="viewport" content="width=device-width,initial-scale=1">
<script src="libs/Box2dWeb-2.1.a.3.js"></script>
<script src="libs/crafty.js"></script>
<script src="box2d.js"></script>
<script src="demo2.js"></script>
</head>
<body>
</body>
</html>