hedgewars/uConsts.pas
changeset 1910 ae0addb05791
parent 1909 30fa1608b54f
child 1912 c3d31fb59f0e
equal deleted inserted replaced
1909:30fa1608b54f 1910:ae0addb05791
   491 			(FileName:  'amRCPlane'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   491 			(FileName:  'amRCPlane'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   492 			Width:  32; Height: 32; saveSurf: false), // sprHandPlane
   492 			Width:  32; Height: 32; saveSurf: false), // sprHandPlane
   493 			(FileName:    'Utility'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   493 			(FileName:    'Utility'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   494 			Width:  48; Height: 48; saveSurf: false), // sprUtility
   494 			Width:  48; Height: 48; saveSurf: false), // sprUtility
   495 			(FileName:'Invulnerable';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   495 			(FileName:'Invulnerable';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   496 			Width:  48; Height: 48; saveSurf: false) // sprInvulnerable
   496 			Width:  48; Height: 48; saveSurf: false), // sprInvulnerable
       
   497 			(FileName:    'amGirder'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
       
   498 			Width: 512; Height:512; saveSurf: false) // sprGirder
   497 			);
   499 			);
   498 
   500 
   499 	Wavez: array [TWave] of record
   501 	Wavez: array [TWave] of record
   500 			Sprite: TSprite;
   502 			Sprite: TSprite;
   501 			FramesCount: Longword;
   503 			FramesCount: Longword;