hedgewars/uConsts.pas
changeset 522 ca089787f59d
parent 520 e83dfb7ffead
child 525 ae21b8e86dd9
equal deleted inserted replaced
521:bc8fd78d7598 522:ca089787f59d
    45                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    45                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    46                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    46                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    47                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
    47                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
    48                    gtFirePunch, gtATStartGame, gtATSmoothWindCh, gtATFinishGame,
    48                    gtFirePunch, gtATStartGame, gtATSmoothWindCh, gtATFinishGame,
    49                    gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch, gtGirder,
    49                    gtParachute, gtAirAttack, gtAirBomb, gtBlowTorch, gtGirder,
    50                    gtTeleport);
    50                    gtTeleport, gtSmallDamage);
    51 
    51 
    52      TGearsType = set of TGearType;
    52      TGearsType = set of TGearType;
    53 
    53 
    54      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    54      TSound     = (sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
    55                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    55                    sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
    58      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    58      TAmmoType  = (amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer,
    59                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    59                    amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch,
    60                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    60                    amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
    61                    amGirder, amTeleport);
    61                    amGirder, amTeleport);
    62 
    62 
    63      THWFont    = (fnt16, fntBig);
    63      THWFont    = (fnt16, fntBig, fntSmall);
    64 
    64 
    65      TCapGroup  = (capgrpGameState, capgrpAmmoinfo, capgrpNetSay, capgrpVolume);
    65      TCapGroup  = (capgrpGameState, capgrpAmmoinfo, capgrpNetSay, capgrpVolume);
    66 
    66 
    67      TStatInfoType = (siGameResult, siMaxStepDamage, siKilledHHs);
    67      TStatInfoType = (siGameResult, siMaxStepDamage, siKilledHHs);
    68 
    68 
   195                                           Height: 12;
   195                                           Height: 12;
   196                                           style: TTF_STYLE_NORMAL;
   196                                           style: TTF_STYLE_NORMAL;
   197                                           Name: 'DejaVuSans.ttf'),
   197                                           Name: 'DejaVuSans.ttf'),
   198                                          (Handle: nil;
   198                                          (Handle: nil;
   199                                           Height: 24;
   199                                           Height: 24;
       
   200                                           style: TTF_STYLE_NORMAL;
       
   201                                           Name: 'DejaVuSans.ttf'),
       
   202                                          (Handle: nil;
       
   203                                           Height: 10;
   200                                           style: TTF_STYLE_NORMAL;
   204                                           style: TTF_STYLE_NORMAL;
   201                                           Name: 'DejaVuSans.ttf')
   205                                           Name: 'DejaVuSans.ttf')
   202                                          );
   206                                          );
   203 
   207 
   204       FontBorder = 2;
   208       FontBorder = 2;