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 @@ 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