hedgewars/uConsts.pas
changeset 1045 ea195268734f
parent 1041 362b95d49cf4
child 1046 c22d833c3ae2
equal deleted inserted replaced
1044:f759aae1062f 1045:ea195268734f
    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, sprHHIdle, sprMortar, sprTurnsLeft,
    47                    sprShotgun, sprDEagle, sprHHIdle, sprMortar, sprTurnsLeft,
    48                    sprHat, sprKamikaze, sprWhip, sprKowtow, sprSad, sprWave,
    48                    sprHat, sprKamikaze, sprWhip, sprKowtow, sprSad, sprWave,
    49                    sprHurrah, sprLemonade);
    49                    sprHurrah, sprLemonade, sprExplPart);
    50 
    50 
    51      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    51      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
    52                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    52                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
    53                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    53                    gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite,
    54                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
    54                    gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame,
   409                      (FileName:       'Wave'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   409                      (FileName:       'Wave'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   410                       Width:  64; Height: 32; saveSurf: false),// sprWave
   410                       Width:  64; Height: 32; saveSurf: false),// sprWave
   411                      (FileName:     'Hurrah'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   411                      (FileName:     'Hurrah'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   412                       Width:  32; Height: 32; saveSurf: false),// sprHurrah
   412                       Width:  32; Height: 32; saveSurf: false),// sprHurrah
   413                      (FileName:'ILoveLemonade';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   413                      (FileName:'ILoveLemonade';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   414                       Width: 128; Height: 32; saveSurf: false) // sprLemonade
   414                       Width: 128; Height: 32; saveSurf: false),// sprLemonade
       
   415                      (FileName:   'ExplPart'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
       
   416                       Width:  32; Height: 32; saveSurf: false) // sprExplPart
   415                      );
   417                      );
   416 
   418 
   417 	Wavez: array [TWave] of record
   419 	Wavez: array [TWave] of record
   418 			Sprite: TSprite;
   420 			Sprite: TSprite;
   419 			FramesCount: Longword;
   421 			FramesCount: Longword;