hedgewars/uConsts.pas
changeset 1863 705c01571196
parent 1861 98de5dc5fda7
child 1865 ebc6dfca60d4
equal deleted inserted replaced
1862:7f303aa066da 1863:705c01571196
   463 			Width:  64; Height: 16; saveSurf: false),// sprCensored
   463 			Width:  64; Height: 16; saveSurf: false),// sprCensored
   464 			(FileName:      'Drill'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   464 			(FileName:      'Drill'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   465 			Width:  16; Height: 16; saveSurf: false),// sprDrill
   465 			Width:  16; Height: 16; saveSurf: false),// sprDrill
   466 			(FileName:    'amDrill'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   466 			(FileName:    'amDrill'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   467 			Width:  32; Height: 32; saveSurf: false),// sprHandDrill
   467 			Width:  32; Height: 32; saveSurf: false),// sprHandDrill
   468 			(FileName:    'amBallgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   468 			(FileName:  'amBallgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   469 			Width:  64; Height: 64; saveSurf: false),// sprHandBallgun
   469 			Width:  64; Height: 64; saveSurf: false),// sprHandBallgun
   470 			(FileName:      'Balls'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   470 			(FileName:      'Balls'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   471 			Width:  32; Height: 20; saveSurf: false),// sprBalls
   471 			Width:  32; Height: 20; saveSurf: false),// sprBalls
   472 			(FileName:      'RCPlane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   472 			(FileName:    'RCPlane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   473 			Width:  32; Height: 32; saveSurf: false),// sprPlane
   473 			Width:  32; Height: 32; saveSurf: false),// sprPlane
   474 			(FileName:    'amRCPlane'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   474 			(FileName:  'amRCPlane'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   475 			Width:  32; Height: 32; saveSurf: false), // sprHandPlane
   475 			Width:  32; Height: 32; saveSurf: false), // sprHandPlane
   476 			(FileName:       'Utility'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   476 			(FileName:    'Utility'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   477 			Width:  40; Height: 32; saveSurf: false) // sprUtility
   477 			Width:  48; Height: 48; saveSurf: false) // sprUtility
   478 			);
   478 			);
   479 
   479 
   480 	Wavez: array [TWave] of record
   480 	Wavez: array [TWave] of record
   481 			Sprite: TSprite;
   481 			Sprite: TSprite;
   482 			FramesCount: Longword;
   482 			FramesCount: Longword;