hedgewars/uConsts.pas
changeset 2490 d8e0630087a0
parent 2487 22a7ef2859b6
child 2568 e654cbfb23ba
equal deleted inserted replaced
2489:43f36aea1f55 2490:d8e0630087a0
   618 			Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprHealth
   618 			Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprHealth
   619 
   619 
   620 			(FileName:  'amMolotov'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; 
   620 			(FileName:  'amMolotov'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; 
   621 			Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false), //sprHandMolotov
   621 			Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false), //sprHandMolotov
   622 			(FileName:  'Molotov'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   622 			(FileName:  'Molotov'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   623 			Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprMolotov
   623 			Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprMolotov
   624 			);
   624 			);
   625 
   625 
   626 	Wavez: array [TWave] of record
   626 	Wavez: array [TWave] of record
   627 			Sprite: TSprite;
   627 			Sprite: TSprite;
   628 			FramesCount: Longword;
   628 			FramesCount: Longword;