hedgewars/uConsts.pas
changeset 1184 852f8872da1a
parent 1141 44d4d6aaecb5
child 1190 73ec31d8bb6f
equal deleted inserted replaced
1183:540cea859395 1184:852f8872da1a
   273                      Texture: PTexture;
   273                      Texture: PTexture;
   274                      Surface: PSDL_Surface;
   274                      Surface: PSDL_Surface;
   275                      Width, Height: LongInt;
   275                      Width, Height: LongInt;
   276                      saveSurf: boolean;
   276                      saveSurf: boolean;
   277                      end = (
   277                      end = (
   278                      (FileName:  'BlueWater'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   278                      (FileName:  'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   279                       Width: 256; Height: 32; saveSurf: false),// sprWater
   279                       Width: 256; Height: 32; saveSurf: false),// sprWater
   280                      (FileName:     'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   280                      (FileName:     'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   281                       Width: 256; Height:128; saveSurf: false),// sprCloud
   281                       Width: 256; Height:128; saveSurf: false),// sprCloud
   282                      (FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   282                      (FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   283                       Width:   8; Height:  8; saveSurf: false),// sprBomb
   283                       Width:   8; Height:  8; saveSurf: false),// sprBomb