Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/box2d-js/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 63 - (show annotations) (download) (as text)
Mon Feb 24 04:55:29 2014 UTC (10 years, 1 month ago) by syun77
File MIME type: text/html
File size: 588 byte(s)
直動ジョイントによるモーターのサンプルを追加
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>Sample</title>
6 <!--[if IE]><script src="js/excanvas.js"></script><![endif]-->
7 <script src="js/prototype-1.6.0.2.js"></script>
8 <script src="js/box2d.js"></script>
9 <script src="js/draw_world.js"></script>
10 <script src="sample03-07.js"></script> <!-- ←ここを変えると呼び出すスクリプトが変わる -->
11 <script src="js/init.js"></script>
12 <style>canvas {background-color:black}</style>
13 </head>
14 <body>
15 <canvas width="500" height="500" />
16 <body>
17 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26