hedgewars/uConsts.pas
changeset 845 ca72cf446ec2
parent 844 9a82149409f3
child 847 66970c0ed3aa
equal deleted inserted replaced
844:9a82149409f3 845:ca72cf446ec2
    40                    sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb,
    40                    sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb,
    41                    sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask,
    41                    sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask,
    42                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
    42                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
    43                    sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR,
    43                    sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR,
    44                    sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun,
    44                    sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun,
    45                    sprHandDEagle, sprHandAirAttack, sprHandBaseball);
    45                    sprHandDEagle, sprHandAirAttack, sprHandBaseball, sprPHammer);
    46 
    46 
    47      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    47      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    48                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    48                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    49                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    49                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    50                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
    50                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
   355                      (FileName:   'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   355                      (FileName:   'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   356                       Width:  32; Height: 32; saveSurf: false),// sprHandDEagle
   356                       Width:  32; Height: 32; saveSurf: false),// sprHandDEagle
   357                      (FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   357                      (FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   358                       Width:  32; Height: 32; saveSurf: false),// sprHandAirAttack
   358                       Width:  32; Height: 32; saveSurf: false),// sprHandAirAttack
   359                      (FileName: 'amBaseball'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   359                      (FileName: 'amBaseball'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   360                       Width:  32; Height: 32; saveSurf: false) // sprHandBaseball
   360                       Width:  32; Height: 32; saveSurf: false),// sprHandBaseball
       
   361                      (FileName:     'Hammer'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
       
   362                       Width:  32; Height: 64; saveSurf: false) // sprPHammer
   361                      );
   363                      );
   362 
   364 
   363       Soundz: array[TSound] of record
   365       Soundz: array[TSound] of record
   364                 FileName: String[31];
   366                 FileName: String[31];
   365                 Path    : TPathType;
   367                 Path    : TPathType;