hedgewars/uVariables.pas
changeset 10361 bc95b7c769a2
parent 10339 a1168c400c90
child 10416 1c301054694d
child 10443 42dadeb6e8ae
equal deleted inserted replaced
10360:c243b6a8ad9a 10361:bc95b7c769a2
   300             Name: 'wqy-zenhei.ttc')
   300             Name: 'wqy-zenhei.ttc')
   301             {$ENDIF}
   301             {$ENDIF}
   302             );
   302             );
   303 
   303 
   304 var
   304 var
   305     SpritesData: array[TSprite] of record
   305     SpritesData: array[TSprite] of TSpriteData = (
   306             FileName: string[15];
       
   307             Path, AltPath: TPathType;
       
   308             Texture: PTexture;
       
   309             Surface: PSDL_Surface;
       
   310             Width, Height, imageWidth, imageHeight: LongInt;
       
   311             saveSurf: boolean;
       
   312             priority: GLfloat;
       
   313             getDimensions, getImageDimensions: boolean;
       
   314             end = (
       
   315             (FileName:  'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   306             (FileName:  'BlueWater'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   316             Width:   0; Height:  0; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: true; getImageDimensions: true),// sprWater
   307             Width:   0; Height:  0; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: true; getImageDimensions: true),// sprWater
   317             (FileName:     'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   308             (FileName:     'Clouds'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   318             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprCloud
   309             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprCloud
   319             (FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   310             (FileName:       'Bomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;