hedgewars/uVariables.pas
branchqmlfrontend
changeset 10817 48a53259fad8
parent 10748 dc587913987c
parent 10792 f6df7d6e18e5
child 10886 99273b7afbff
equal deleted inserted replaced
10757:f71275973737 10817:48a53259fad8
   697             (FileName:  'boing'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   697             (FileName:  'boing'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   698             Width: 101; Height: 97; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpLow; getDimensions: false; getImageDimensions: false), // sprBoing
   698             Width: 101; Height: 97; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpLow; getDimensions: false; getImageDimensions: false), // sprBoing
   699             (FileName:       'custom1'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   699             (FileName:       'custom1'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   700             Width:   0; Height:  0; imageWidth: 0; imageHeight: 0; saveSurf: true; priority: tpLow; getDimensions: true; getImageDimensions: true), // sprCustom1
   700             Width:   0; Height:  0; imageWidth: 0; imageHeight: 0; saveSurf: true; priority: tpLow; getDimensions: true; getImageDimensions: true), // sprCustom1
   701             (FileName:       'custom2'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   701             (FileName:       'custom2'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   702             Width:   0; Height:  0; imageWidth: 0; imageHeight: 0; saveSurf: true; priority: tpLow; getDimensions: true; getImageDimensions: true) // sprCustom2
   702             Width:   0; Height:  0; imageWidth: 0; imageHeight: 0; saveSurf: true; priority: tpLow; getDimensions: true; getImageDimensions: true), // sprCustom2
       
   703             (FileName:      'AirMine'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
       
   704             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true)// sprAirMine
   703             );
   705             );
   704 
   706 
   705 const
   707 const
   706     Wavez: array [TWave] of record
   708     Wavez: array [TWave] of record
   707             Sprite: TSprite;
   709             Sprite: TSprite;
  2295             maxAngle: 0;
  2297             maxAngle: 0;
  2296             isDamaging: false;
  2298             isDamaging: false;
  2297             SkipTurns: 0;
  2299             SkipTurns: 0;
  2298             PosCount: 4;
  2300             PosCount: 4;
  2299             PosSprite: sprAmRubber;
  2301             PosSprite: sprAmRubber;
       
  2302             ejectX: 0;
       
  2303             ejectY: 0),
       
  2304 // Air Mine
       
  2305             (NameId: sidAirMine;
       
  2306             NameTex: nil;
       
  2307             Probability: 100;
       
  2308             NumberInCase: 1;
       
  2309             Ammo: (Propz: ammoprop_Power or
       
  2310                           ammoprop_AltUse or
       
  2311                           ammoprop_NeedUpDown;
       
  2312                 Count: 2;
       
  2313                 NumPerTurn: 0;
       
  2314                 Timer: 0;
       
  2315                 Pos: 0;
       
  2316                 AmmoType: amAirMine;
       
  2317                 AttackVoice: sndLaugh;
       
  2318                 Bounciness: 1000);
       
  2319             Slot: 5;
       
  2320             TimeAfterTurn: 5000;
       
  2321             minAngle: 0;
       
  2322             maxAngle: 0;
       
  2323             isDamaging: true;
       
  2324             SkipTurns: 0;
       
  2325             PosCount: 1;
       
  2326             PosSprite: sprWater;
  2300             ejectX: 0;
  2327             ejectX: 0;
  2301             ejectY: 0)
  2328             ejectY: 0)
  2302         );
  2329         );
  2303 
  2330 
  2304 var
  2331 var