diff urQuan.d @ 12:2ecd16840900

added tracker
author Mason Green <mason.green@gmail.com>
date Sun, 22 Mar 2009 12:10:16 -0400
parents 4ee9e4a0c03b
children e1004697cae1
line wrap: on
line diff
--- a/urQuan.d	Sun Mar 22 09:35:24 2009 -0400
+++ b/urQuan.d	Sun Mar 22 12:10:16 2009 -0400
@@ -47,6 +47,11 @@
     this(bzWorld world) {
 
         super(world);
+        engineForce = bzVec2(500, 0);
+        turnForce = bzVec2(0, 5000);
+        rightTurnPoint = bzVec2(-0.5, 0);
+        leftTurnPoint = bzVec2(0.5, 0);
+        
         auto bodyDef = new bzBodyDef;
         //bodyDef.isBullet = true;
         bodyDef.position = bzVec2(10,5);