diff ships/urQuan.d @ 24:441eb7672404

impleneted steer to avoid
author zzzzrrr <mason.green@gmail.com>
date Fri, 27 Mar 2009 16:05:24 -0400
parents 4fce5596d1f6
children 2bf818f8b005
line wrap: on
line diff
--- a/ships/urQuan.d	Thu Mar 26 20:35:58 2009 -0400
+++ b/ships/urQuan.d	Fri Mar 27 16:05:24 2009 -0400
@@ -56,6 +56,7 @@
         //bodyDef.isBullet = true;
         bodyDef.position = bzVec2(30,5);
         bodyDef.allowFreeze = false;
+        bodyDef.allowSleep = false;
         rBody = world.createBody(bodyDef);
         float density = 5.0f;