hedgewars/uGears.pas
changeset 149 aae256899c49
parent 145 e593d5266e01
child 183 57c2ef19f719
equal deleted inserted replaced
148:c0355acf07c8 149:aae256899c49
   156                 Result.Elasticity:= 0.6;
   156                 Result.Elasticity:= 0.6;
   157                 Result.Friction:= 0.995;
   157                 Result.Friction:= 0.995;
   158                 end;
   158                 end;
   159     gtHedgehog: begin
   159     gtHedgehog: begin
   160                 Result.Radius:= cHHRadius;
   160                 Result.Radius:= cHHRadius;
   161                 Result.Elasticity:= 0.002;
   161                 Result.Elasticity:= 0.35;
   162                 Result.Friction:= 0.999;
   162                 Result.Friction:= 0.999;
   163                 Result.Angle:= cMaxAngle div 2;
   163                 Result.Angle:= cMaxAngle div 2;
   164                 end;
   164                 end;
   165 gtAmmo_Grenade: begin
   165 gtAmmo_Grenade: begin
   166                 Result.Radius:= 4;
   166                 Result.Radius:= 4;