rename to wingbase
This commit is contained in:
parent
6f85d63839
commit
e53ff60ab7
24 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="css/styles.css">
|
||||
|
||||
<title>
|
||||
Starbugs
|
||||
Wingbase
|
||||
</title>
|
||||
|
||||
<script src="js/lib/socket.io.js"></script>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<script src="starbugs.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="starbugs_canvas">
|
||||
<canvas id="wingbase_canvas">
|
||||
Sorry, your browser does not currently support HTML5 Canvas.
|
||||
</canvas>
|
||||
</body>
|
||||
|
|
|
@ -6,7 +6,7 @@ class Physics {
|
|||
|
||||
var b2DebugDraw = Box2D.Dynamics.b2DebugDraw;
|
||||
var debugDraw = new b2DebugDraw();
|
||||
debugDraw.SetSprite(document.getElementById("starbugs_canvas").getContext("2d"));
|
||||
debugDraw.SetSprite(document.getElementById("wingbase_canvas").getContext("2d"));
|
||||
debugDraw.SetDrawScale(SCALE);
|
||||
debugDraw.SetFillAlpha(0.3);
|
||||
debugDraw.SetLineThickness(1.0);
|
Loading…
Add table
Add a link
Reference in a new issue