hedgewars/uConsts.pas
changeset 22 517be8dc5b76
parent 17 a6bed8d31444
child 35 9367f246fb5f
equal deleted inserted replaced
21:dff476dcaaa3 22:517be8dc5b76
    89 
    89 
    90       rndfillstr = 'hw';
    90       rndfillstr = 'hw';
    91 
    91 
    92       cTransparentColor: Cardinal = $000000;
    92       cTransparentColor: Cardinal = $000000;
    93 
    93 
    94       cMaxHHIndex = 9;
    94       cMaxHHIndex      = 9;
    95       cMaxHHs     = 20;
    95       cMaxHHs          = 20;
       
    96       cMaxSpawnPoints  = 64;
    96       cHHSurfaceWidth     = 512;
    97       cHHSurfaceWidth     = 512;
    97       cHHSurfaceHeigth    = 256;
    98       cHHSurfaceHeigth    = 256;
       
    99 
       
   100       cMaxEdgePoints = 16384;
    98 
   101 
    99       cHHHalfHeight = 11;
   102       cHHHalfHeight = 11;
   100 
   103 
   101       cKeyMaxIndex = 322;
   104       cKeyMaxIndex = 322;
   102 
   105