Commit 515d7109 authored by Viktor Lidholt's avatar Viktor Lidholt

Removing debug printout

parent 1dbf9bc8
......@@ -91,11 +91,8 @@ class TestBed extends NodeWithSize {
if (event.type == "pointerdown") {
Point pos = convertPointToNodeSpace(event.boxPosition);
print("ADDING SHIPS");
PhysicsGroup group = new PhysicsGroup();
group.position = pos;
group.rotation = 10.0;
group.scale = 0.5;
_world.addChild(group);
Sprite shipA;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment