hedgewars/uConsts.pas
changeset 1285 993845ea5c8d
parent 1284 21916b5de218
child 1286 a02a5345b91e
equal deleted inserted replaced
1284:21916b5de218 1285:993845ea5c8d
   435 			(FileName:  'EvilTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   435 			(FileName:  'EvilTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   436 			Width:  32; Height: 32; saveSurf: false),// sprEvilTrace
   436 			Width:  32; Height: 32; saveSurf: false),// sprEvilTrace
   437 			(FileName:'HellishBomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   437 			(FileName:'HellishBomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   438 			Width:  16; Height: 16; saveSurf: false),// sprHellishBomb
   438 			Width:  16; Height: 16; saveSurf: false),// sprHellishBomb
   439 			(FileName:  'Seduction'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   439 			(FileName:  'Seduction'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   440 			Width:  16; Height: 16; saveSurf: false) // sprSeduction
   440 			Width:  32; Height: 32; saveSurf: false) // sprSeduction
   441 			);
   441 			);
   442 
   442 
   443 	Wavez: array [TWave] of record
   443 	Wavez: array [TWave] of record
   444 			Sprite: TSprite;
   444 			Sprite: TSprite;
   445 			FramesCount: Longword;
   445 			FramesCount: Longword;