comparison urQuan.d @ 13:e1004697cae1

tracking
author zzzzrrr <mason.green@gmail.com>
date Mon, 23 Mar 2009 08:02:23 -0400
parents 2ecd16840900
children af1e8620f027
comparison
equal deleted inserted replaced
12:2ecd16840900 13:e1004697cae1
46 46
47 this(bzWorld world) { 47 this(bzWorld world) {
48 48
49 super(world); 49 super(world);
50 engineForce = bzVec2(500, 0); 50 engineForce = bzVec2(500, 0);
51 turnForce = bzVec2(0, 5000); 51 turnForce = bzVec2(0, 9000);
52 rightTurnPoint = bzVec2(-0.5, 0); 52 rightTurnPoint = bzVec2(-0.5, 0);
53 leftTurnPoint = bzVec2(0.5, 0); 53 leftTurnPoint = bzVec2(0.5, 0);
54 54
55 auto bodyDef = new bzBodyDef; 55 auto bodyDef = new bzBodyDef;
56 //bodyDef.isBullet = true; 56 //bodyDef.isBullet = true;