mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
initial commit
This commit is contained in:
parent
c9d9ee2a70
commit
753b173fbc
13 changed files with 44688 additions and 0 deletions
15
index.html
Executable file
15
index.html
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Box2dWeb Demo</title>
|
||||
</head>
|
||||
<body onload="Game.Main();">
|
||||
<canvas id="canvas" width="600" height="400" style="background-color:#333333;"></canvas>
|
||||
</body>
|
||||
<script type="text/javascript" src="lib/Box2d/Box2dWeb-2.1.a.3.js"></script>
|
||||
<script type="text/javascript" src="lib/Config/Setup.js"></script>
|
||||
<script type="text/javascript" src="lib/Game/Physics/Engine.js"></script>
|
||||
<script type="text/javascript" src="lib/Game/Processor.js"></script>
|
||||
<script type="text/javascript" src="lib/Game/Physics/Doll.js"></script>
|
||||
<script type="text/javascript" src="lib/Game/Player.js"></script>
|
||||
<script type="text/javascript" src="lib/Game/Main.js"></script>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue