hedgewars/uConsts.pas
changeset 1908 5be17e24751a
parent 1906 644f93d8f148
child 1909 30fa1608b54f
equal deleted inserted replaced
1907:a104432e8301 1908:5be17e24751a
   490 			Width:  32; Height: 32; saveSurf: false),// sprPlane
   490 			Width:  32; Height: 32; saveSurf: false),// sprPlane
   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 			);
   497 			);
   498 
   498 
   499 	Wavez: array [TWave] of record
   499 	Wavez: array [TWave] of record
   500 			Sprite: TSprite;
   500 			Sprite: TSprite;
   501 			FramesCount: Longword;
   501 			FramesCount: Longword;