hedgewars/uConsts.pas
changeset 954 0cc31e998f4e
parent 946 42c5cc87cbd1
child 959 18b05fc2d0a6
equal deleted inserted replaced
953:237fc147950c 954:0cc31e998f4e
    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                    sprShotgun, sprDEagle, sprHHIdle);
    48 
    48 
    49      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    49      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    50                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    50                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    51                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    51                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    52                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
    52                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
   381                      (FileName:    'HHDeath'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   381                      (FileName:    'HHDeath'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   382                       Width:  32; Height: 64; saveSurf: false),// sprHHDeath
   382                       Width:  32; Height: 64; saveSurf: false),// sprHHDeath
   383                      (FileName:'amShotgun_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   383                      (FileName:'amShotgun_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   384                       Width:  64; Height: 64; saveSurf: false),// sprShotgun
   384                       Width:  64; Height: 64; saveSurf: false),// sprShotgun
   385                      (FileName: 'amDEagle_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   385                      (FileName: 'amDEagle_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   386                       Width:  64; Height: 64; saveSurf: false) // sprDEagle
   386                       Width:  64; Height: 64; saveSurf: false),// sprDEagle
       
   387                      (FileName:       'Idle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
       
   388                       Width:  32; Height: 32; saveSurf: false) // sprHHIdle
   387                      );
   389                      );
   388 
   390 
   389       Soundz: array[TSound] of record
   391       Soundz: array[TSound] of record
   390                 FileName: String[31];
   392                 FileName: String[31];
   391                 Path    : TPathType;
   393                 Path    : TPathType;