hedgewars/uConsts.pas
branchwebgl
changeset 8026 4a4f21070479
parent 7996 66e8ac9c2274
child 8330 aaefa587e277
equal deleted inserted replaced
8023:7de85783b823 8026:4a4f21070479
   147     cBarrelHealth = 60;
   147     cBarrelHealth = 60;
   148     cShotgunRadius = 22;
   148     cShotgunRadius = 22;
   149     cBlowTorchC    = 6;
   149     cBlowTorchC    = 6;
   150     cakeDmg =   75;
   150     cakeDmg =   75;
   151 
   151 
   152     cKeyMaxIndex = 1023;
   152     cKeyMaxIndex = 1600;
   153     cKbdMaxIndex = 65536;//need more room for the modifier keys
   153     cKbdMaxIndex = 65536;//need more room for the modifier keys
   154 
   154 
   155     cHHFileName = 'Hedgehog';
   155     cHHFileName = 'Hedgehog';
   156     cCHFileName = 'Crosshair';
   156     cCHFileName = 'Crosshair';
   157     cThemeCFGFilename = 'theme.cfg';
   157     cThemeCFGFilename = 'theme.cfg';