hedgewars/uConsts.pas
changeset 1439 340c47ad5600
parent 1430 8b192c18a584
child 1445 3dcff3e1a4c9
equal deleted inserted replaced
1438:b1cb4381a1e0 1439:340c47ad5600
   283 			Surface: PSDL_Surface;
   283 			Surface: PSDL_Surface;
   284 			Width, Height: LongInt;
   284 			Width, Height: LongInt;
   285 			saveSurf: boolean;
   285 			saveSurf: boolean;
   286 			end = (
   286 			end = (
   287 			(FileName:  'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   287 			(FileName:  'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   288 			Width: 256; Height: 32; saveSurf: false),// sprWater
   288 			Width: 125; Height: 32; saveSurf: false),// sprWater
   289 			(FileName:     'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   289 			(FileName:     'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   290 			Width: 256; Height:128; saveSurf: false),// sprCloud
   290 			Width: 256; Height:128; saveSurf: false),// sprCloud
   291 			(FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   291 			(FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   292 			Width:   8; Height:  8; saveSurf: false),// sprBomb
   292 			Width:   8; Height:  8; saveSurf: false),// sprBomb
   293 			(FileName:  'BigDigits'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   293 			(FileName:  'BigDigits'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;