Skip to content

Commit

Permalink
Removing debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
vlidholt committed Oct 26, 2015
1 parent 2d566b0 commit 9b2da74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/game/test_physics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9b2da74

Please sign in to comment.