hedgewars/uConsts.pas
changeset 13505 69f0f437c75a
parent 13495 b5f8864a38d3
child 13532 ee77086fc5fa
equal deleted inserted replaced
13504:f747c385b5ba 13505:69f0f437c75a
   170     RGB_LUMINANCE_GREEN  = 0.715160;
   170     RGB_LUMINANCE_GREEN  = 0.715160;
   171     RGB_LUMINANCE_BLUE   = 0.072169;
   171     RGB_LUMINANCE_BLUE   = 0.072169;
   172 
   172 
   173     cMaxTeams        = 8;
   173     cMaxTeams        = 8;
   174     cMaxHHIndex      = 7;
   174     cMaxHHIndex      = 7;
   175     cMaxHHs          = 48;
   175     cMaxHHs          = cMaxTeams * (cMaxHHIndex+1);
   176 
   176 
   177     cMaxEdgePoints = 32768;
   177     cMaxEdgePoints = 32768;
   178 
   178 
   179     cHHRadius = 9;
   179     cHHRadius = 9;
   180     cHHStepTicks = 29;
   180     cHHStepTicks = 29;