hedgewars/uConsts.pas
changeset 15585 f8c1492601fe
parent 15582 6a38a30e772a
child 15597 6e72bd61002e
equal deleted inserted replaced
15584:b2b72fc7fc14 15585:f8c1492601fe
   193 
   193 
   194     cMaxEdgePoints = 32768;
   194     cMaxEdgePoints = 32768;
   195 
   195 
   196     cBorderWidth = 6; // width of indestructible border
   196     cBorderWidth = 6; // width of indestructible border
   197                       // width of 3 allowed hogs to be knocked through with grenade
   197                       // width of 3 allowed hogs to be knocked through with grenade
       
   198     cCloudOffset = 1184; // Y offset for clouds (cloud height = LAND_HEIGHT-cCloudOffset)
   198 
   199 
   199     cHHRadius = 9; // hedgehog radius
   200     cHHRadius = 9; // hedgehog radius
   200     cHHStepTicks = 29;
   201     cHHStepTicks = 29;
   201 
   202 
   202     cMaxHogHealth = 268435455; // maximum hedgehog health
   203     cMaxHogHealth = 268435455; // maximum hedgehog health