chuck.js/joint/index.html
2012-07-17 19:24:35 +02:00

14 lines
336 B
HTML

<!doctype html>
<html>
<head>
<title>join demo</title>
<script src="box2d.js"></script>
<script src="common.js"></script>
<script src="client.js"></script>
</head>
<body>
<canvas id="canvas" width="600" height="400" style="background-color:#333333;"></canvas>
<button onclick="jump()">jump</button>
</body>
</html>