hedgewars/uConsts.pas
changeset 793 c4a790225799
parent 783 4f59db6f147d
child 799 71ba310da909
equal deleted inserted replaced
792:8d927ee24fc0 793:c4a790225799
   244                      Surface: PSDL_Surface;
   244                      Surface: PSDL_Surface;
   245                      Width, Height: LongInt;
   245                      Width, Height: LongInt;
   246                      saveSurf: boolean;
   246                      saveSurf: boolean;
   247                      end = (
   247                      end = (
   248                      (FileName:  'BlueWater'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   248                      (FileName:  'BlueWater'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   249                       Width: 256; Height: 48; saveSurf: false),// sprWater
   249                       Width: 256; Height: 32; saveSurf: false),// sprWater
   250                      (FileName: 'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   250                      (FileName: 'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   251                       Width: 256; Height:128; saveSurf: false),// sprCloud
   251                       Width: 256; Height:128; saveSurf: false),// sprCloud
   252                      (FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   252                      (FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   253                       Width:   8; Height:  8; saveSurf: false),// sprBomb
   253                       Width:   8; Height:  8; saveSurf: false),// sprBomb
   254                      (FileName:  'BigDigits'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   254                      (FileName:  'BigDigits'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;