hedgewars/uConsts.pas
changeset 15158 4744d7b78c75
parent 15096 eff1a080cf40
child 15177 a22013a817e4
equal deleted inserted replaced
15157:490bd70dac6e 15158:4744d7b78c75
   184     cMaxHHs          = cMaxTeams * (cMaxHHIndex+1); // maximum number of hogs
   184     cMaxHHs          = cMaxTeams * (cMaxHHIndex+1); // maximum number of hogs
   185 
   185 
   186     cClanColors      = 9; // number of possible clan colors
   186     cClanColors      = 9; // number of possible clan colors
   187 
   187 
   188     cMaxEdgePoints = 32768;
   188     cMaxEdgePoints = 32768;
       
   189 
       
   190     cBorderWidth = 6; // width of indestructible border
       
   191                       // width of 3 allowed hogs to be knocked through with grenade
   189 
   192 
   190     cHHRadius = 9; // hedgehog radius
   193     cHHRadius = 9; // hedgehog radius
   191     cHHStepTicks = 29;
   194     cHHStepTicks = 29;
   192 
   195 
   193     cMaxHogHealth = 268435455; // maximum hedgehog health
   196     cMaxHogHealth = 268435455; // maximum hedgehog health