hedgewars/uConsts.pas
changeset 2182 ed7e7eb3f9ed
parent 2180 6c5a339f8e28
child 2204 526f8165acce
equal deleted inserted replaced
2181:26d3b13ee553 2182:ed7e7eb3f9ed
    61 			sprCensored, sprDrill, sprHandDrill, sprHandBallgun, sprBalls,
    61 			sprCensored, sprDrill, sprHandDrill, sprHandBallgun, sprBalls,
    62 			sprPlane, sprHandPlane, sprUtility, sprInvulnerable, sprVampiric, sprGirder, 
    62 			sprPlane, sprHandPlane, sprUtility, sprInvulnerable, sprVampiric, sprGirder, 
    63             sprSpeechCorner, sprSpeechEdge, sprSpeechTail, 
    63             sprSpeechCorner, sprSpeechEdge, sprSpeechTail, 
    64             sprThoughtCorner, sprThoughtEdge, sprThoughtTail, 
    64             sprThoughtCorner, sprThoughtEdge, sprThoughtTail, 
    65             sprShoutCorner, sprShoutEdge, sprShoutTail,
    65             sprShoutCorner, sprShoutEdge, sprShoutTail,
    66             sprSniperRifle, sprBubbles);
    66             sprSniperRifle, sprBubbles, sprJetpack);
    67 
    67 
    68 	TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, // 3
    68 	TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, // 3
    69 			gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, // 8
    69 			gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, // 8
    70 			gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, // 14
    70 			gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, // 14
    71 			gtClusterBomb, gtCluster, gtShover, gtFlame, // 18
    71 			gtClusterBomb, gtCluster, gtShover, gtFlame, // 18
   561 			(FileName:  'ShoutTail'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   561 			(FileName:  'ShoutTail'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   562 			Width:  30; Height: 37; saveSurf: true), // sprShoutTail
   562 			Width:  30; Height: 37; saveSurf: true), // sprShoutTail
   563 			(FileName:'amSniperRifle';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   563 			(FileName:'amSniperRifle';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   564 			Width: 128; Height: 32; saveSurf: false), // sprSniperRifle
   564 			Width: 128; Height: 32; saveSurf: false), // sprSniperRifle
   565 			(FileName:    'Bubbles'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   565 			(FileName:    'Bubbles'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   566 			Width:  16; Height: 16; saveSurf: false) // sprBubbles
   566 			Width:  16; Height: 16; saveSurf: false), // sprBubbles
       
   567 			(FileName:'amJetpack';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
       
   568 			Width: 64; Height: 64; saveSurf: false) // sprJetpack
   567 			);
   569 			);
   568 
   570 
   569 	Wavez: array [TWave] of record
   571 	Wavez: array [TWave] of record
   570 			Sprite: TSprite;
   572 			Sprite: TSprite;
   571 			FramesCount: Longword;
   573 			FramesCount: Longword;