hedgewars/uVariables.pas
changeset 13851 f01798038c2e
parent 13777 3fa9e30927f1
child 13996 755f389a1e73
equal deleted inserted replaced
13850:4e4111a75256 13851:f01798038c2e
   779             Width:  64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: false; checkSum: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprSDFlakeL
   779             Width:  64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: false; checkSum: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprSDFlakeL
   780             (FileName:     'CloudsL'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   780             (FileName:     'CloudsL'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   781             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: false; checkSum: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprCloudL
   781             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: false; checkSum: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprCloudL
   782             (FileName:     'SDCloudsL'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   782             (FileName:     'SDCloudsL'; Path: ptCurrTheme;AltPath: ptGraphics; Texture: nil; Surface: nil;
   783             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: false; checkSum: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprSDCloudL
   783             Width: 256; Height:128; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: false; checkSum: false; priority: tpHigh; getDimensions: false; getImageDimensions: true),// sprSDCloudL
       
   784             // TODO: Rename creeper image
   784             (FileName:     'Duck'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   785             (FileName:     'Duck'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   785             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprDuck
   786             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprCreeper
       
   787             // TODO: Rename creeper hand image
   786             (FileName:    'amDuck'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   788             (FileName:    'amDuck'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   787             Width:  64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true), // sprHandDuck
   789             Width:  64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true), // sprHandCreeper
   788             (FileName: 'amMinigun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   790             (FileName: 'amMinigun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   789             Width:  64; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true) // sprMinigun
   791             Width:  64; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true) // sprMinigun
   790             );
   792             );
   791 
   793 
   792 const
   794 const
  2427             SkipTurns: 0;
  2429             SkipTurns: 0;
  2428             PosCount: 1;
  2430             PosCount: 1;
  2429             PosSprite: sprWater;
  2431             PosSprite: sprWater;
  2430             ejectX: 0;
  2432             ejectX: 0;
  2431             ejectY: 0),
  2433             ejectY: 0),
  2432 // Rubber duck
  2434 // Creeper
  2433             (NameId: sidDuck;
  2435             (NameId: sidCreeper;
  2434             NameTex: nil;
  2436             NameTex: nil;
  2435             Probability: 100;
  2437             Probability: 100;
  2436             NumberInCase: 1;
  2438             NumberInCase: 1;
  2437             Ammo: (Propz: ammoprop_NoCrosshair or
  2439             Ammo: (Propz: ammoprop_NoCrosshair or
  2438                           ammoprop_AttackInMove or
  2440                           ammoprop_AttackInMove or
  2440                           ammoprop_AltUse;
  2442                           ammoprop_AltUse;
  2441                 Count: 2;
  2443                 Count: 2;
  2442                 NumPerTurn: 0;
  2444                 NumPerTurn: 0;
  2443                 Timer: 15000;
  2445                 Timer: 15000;
  2444                 Pos: 0;
  2446                 Pos: 0;
  2445                 AmmoType: amDuck;
  2447                 AmmoType: amCreeper;
  2446                 AttackVoice: sndNone;
  2448                 AttackVoice: sndNone;
  2447                 Bounciness: defaultBounciness);
  2449                 Bounciness: defaultBounciness);
  2448             Slot: 0;
  2450             Slot: 0;
  2449             TimeAfterTurn: 3000;
  2451             TimeAfterTurn: 3000;
  2450             minAngle: 0;
  2452             minAngle: 0;