hedgewars/uConsts.pas
changeset 876 d5b6e0ae5755
parent 873 9bec5af9b23c
child 883 07a568ba44e0
equal deleted inserted replaced
875:226d0de2fb68 876:d5b6e0ae5755
    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, sprPHammer,
    45                    sprHandDEagle, sprHandAirAttack, sprHandBaseball, sprPHammer,
    46                    sprHandBlowTorch, sprBlowTorch, sprTeleport, sprHHDeath);
    46                    sprHandBlowTorch, sprBlowTorch, sprTeleport, sprHHDeath,
       
    47                    sprShotgun, sprDEagle);
    47 
    48 
    48      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    49      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    49                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    50                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    50                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    51                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    51                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
    52                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
   353                      (FileName:     'amRope'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   354                      (FileName:     'amRope'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   354                       Width:  32; Height: 32; saveSurf: false),// sprHandRope
   355                       Width:  32; Height: 32; saveSurf: false),// sprHandRope
   355                      (FileName:  'amBazooka'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   356                      (FileName:  'amBazooka'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   356                       Width:  32; Height: 32; saveSurf: false),// sprHandBazooka
   357                       Width:  32; Height: 32; saveSurf: false),// sprHandBazooka
   357                      (FileName:  'amShotgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   358                      (FileName:  'amShotgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   358                       Width:  32; Height: 32; saveSurf: false),// sprHandShotgun
   359                       Width:  64; Height: 64; saveSurf: false),// sprHandShotgun
   359                      (FileName:   'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   360                      (FileName:   'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   360                       Width:  32; Height: 32; saveSurf: false),// sprHandDEagle
   361                       Width:  64; Height: 64; saveSurf: false),// sprHandDEagle
   361                      (FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   362                      (FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   362                       Width:  32; Height: 32; saveSurf: false),// sprHandAirAttack
   363                       Width:  32; Height: 32; saveSurf: false),// sprHandAirAttack
   363                      (FileName: 'amBaseball'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   364                      (FileName: 'amBaseball'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   364                       Width:  32; Height: 32; saveSurf: false),// sprHandBaseball
   365                       Width:  32; Height: 32; saveSurf: false),// sprHandBaseball
   365                      (FileName:     'Hammer'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   366                      (FileName:     'Hammer'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   369                      (FileName: 'amBTorch_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   370                      (FileName: 'amBTorch_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   370                       Width:  32; Height: 32; saveSurf: false),// sprBlowToch
   371                       Width:  32; Height: 32; saveSurf: false),// sprBlowToch
   371                      (FileName:   'Teleport'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   372                      (FileName:   'Teleport'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   372                       Width:  64; Height: 32; saveSurf: false),// sprTeleport
   373                       Width:  64; Height: 32; saveSurf: false),// sprTeleport
   373                      (FileName:    'HHDeath'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   374                      (FileName:    'HHDeath'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   374                       Width:  32; Height: 64; saveSurf: false) // sprHHDeath
   375                       Width:  32; Height: 64; saveSurf: false),// sprHHDeath
       
   376                      (FileName:'amShotgun_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
       
   377                       Width:  64; Height: 64; saveSurf: false),// sprShotgun
       
   378                      (FileName: 'amDEagle_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
       
   379                       Width:  64; Height: 64; saveSurf: false) // sprDEagle
   375                      );
   380                      );
   376 
   381 
   377       Soundz: array[TSound] of record
   382       Soundz: array[TSound] of record
   378                 FileName: String[31];
   383                 FileName: String[31];
   379                 Path    : TPathType;
   384                 Path    : TPathType;