hedgewars/uConsts.pas
changeset 1825 c929f9111141
parent 1794 8ae48e3b02d9
child 1849 2a989e5abda6
equal deleted inserted replaced
1824:fbe1fa777d68 1825:c929f9111141
   297 			Surface: PSDL_Surface;
   297 			Surface: PSDL_Surface;
   298 			Width, Height: LongInt;
   298 			Width, Height: LongInt;
   299 			saveSurf: boolean;
   299 			saveSurf: boolean;
   300 			end = (
   300 			end = (
   301 			(FileName:  'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   301 			(FileName:  'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   302 			Width: 125; Height: 32; saveSurf: false),// sprWater
   302 			Width: 0; Height: 0; saveSurf: false),// sprWater
   303 			(FileName:     'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   303 			(FileName:     'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   304 			Width: 256; Height:128; saveSurf: false),// sprCloud
   304 			Width: 256; Height:128; saveSurf: false),// sprCloud
   305 			(FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   305 			(FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   306 			Width:   8; Height:  8; saveSurf: false),// sprBomb
   306 			Width:   8; Height:  8; saveSurf: false),// sprBomb
   307 			(FileName:  'BigDigits'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   307 			(FileName:  'BigDigits'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;