hedgewars/uVariables.pas
branchhedgeroid
changeset 5619 2ec22ebeb6f5
parent 5615 104f69e798bb
child 5639 ebe9858eb6a3
equal deleted inserted replaced
5617:88f43becefe3 5619:2ec22ebeb6f5
   204         'Graphics/Hedgehog',             // ptHedgehog
   204         'Graphics/Hedgehog',             // ptHedgehog
   205         'Sounds/voices',                 // ptVoices
   205         'Sounds/voices',                 // ptVoices
   206         'Graphics/Hats',                 // ptHats
   206         'Graphics/Hats',                 // ptHats
   207         'Graphics/Flags',                // ptFlags
   207         'Graphics/Flags',                // ptFlags
   208         'Missions/Maps',                 // ptMissionMaps
   208         'Missions/Maps',                 // ptMissionMaps
   209         'Graphics/SuddenDeath'           // ptSuddenDeath
   209         'Graphics/SuddenDeath',           // ptSuddenDeath
       
   210         'Graphics/Buttons'                // ptButton
   210     );
   211     );
   211 
   212 
   212     cTagsMasks : array[0..15] of byte = (7, 0, 0, 0, 15, 6, 4, 5, 0, 0, 0, 0, 0, 14, 12, 13);
   213     cTagsMasks : array[0..15] of byte = (7, 0, 0, 0, 15, 6, 4, 5, 0, 0, 0, 0, 0, 14, 12, 13);
   213     cTagsMasksNoHealth: array[0..15] of byte = (3, 2, 11, 1, 0, 0, 0, 0, 0, 10, 0, 9, 0, 0, 0, 0);
   214     cTagsMasksNoHealth: array[0..15] of byte = (3, 2, 11, 1, 0, 0, 0, 0, 0, 10, 0, 9, 0, 0, 0, 0);
   214 
   215 
   599             (FileName:   'SDClouds'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   600             (FileName:   'SDClouds'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   600             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprSDCloud
   601             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprSDCloud
   601             (FileName:   'SDSplash'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   602             (FileName:   'SDSplash'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   602             Width:  80; Height: 50; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSDSplash
   603             Width:  80; Height: 50; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSDSplash
   603             (FileName:  'SDDroplet'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   604             (FileName:  'SDDroplet'; Path: ptCurrTheme; AltPath: ptSuddenDeath; Texture: nil; Surface: nil;
   604             Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true)// sprSDDroplet
   605             Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprSDDroplet
       
   606             (FileName: 'firebutton'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
       
   607             Width: 450; Height: 150; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true) // sprFireButton
   605             );
   608             );
   606 
   609 
   607 
   610 
   608     Wavez: array [TWave] of record
   611     Wavez: array [TWave] of record
   609             Sprite: TSprite;
   612             Sprite: TSprite;