raw finish of joint test

This commit is contained in:
logsol 2012-07-18 16:35:51 +02:00
parent ca9c780bd7
commit 2df41336f4
2 changed files with 29 additions and 14 deletions

View file

@ -9,6 +9,7 @@
<body>
<canvas id="canvas" width="600" height="400" style="background-color:#333333;"></canvas>
<button onclick="jump()">jump</button>
<button onclick="jump(dude)">move dude</button>
<button onclick="jump(item)">move item</button>
</body>
</html>