hedgewars/uConsts.pas
changeset 3110 c8d7c852e26a
parent 3107 1fa539758c10
child 3112 f1bbe35ddb83
equal deleted inserted replaced
3109:06c089cb739c 3110:c8d7c852e26a
    74             sprSniperRifle, sprBubbles, sprJetpack, sprHealth, sprHandMolotov, sprMolotov,
    74             sprSniperRifle, sprBubbles, sprJetpack, sprHealth, sprHandMolotov, sprMolotov,
    75             sprSmoke, sprSmokeWhite, sprShell, sprDust, sprExplosives, sprExplosivesRoll,
    75             sprSmoke, sprSmokeWhite, sprShell, sprDust, sprExplosives, sprExplosivesRoll,
    76             sprAmTeleport, sprSplash, sprDroplet, sprBirdy, sprHandCake, sprHandConstruction,
    76             sprAmTeleport, sprSplash, sprDroplet, sprBirdy, sprHandCake, sprHandConstruction,
    77             sprHandGrenade, sprHandMelon, sprHandMortar, sprHandSkip, sprHandCluster,
    77             sprHandGrenade, sprHandMelon, sprHandMortar, sprHandSkip, sprHandCluster,
    78             sprHandDynamite, sprHandHellish, sprHandMine, sprHandSeduction, sprHandVamp,
    78             sprHandDynamite, sprHandHellish, sprHandMine, sprHandSeduction, sprHandVamp,
    79             sprBigExplosion, sprSmokeRing, sprBeeTrace, sprEgg);
    79             sprBigExplosion, sprSmokeRing, sprBeeTrace, sprEgg, sprTargetBee, sprHandBee);
    80 
    80 
    81     TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, // 3
    81     TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, // 3
    82             gtGrave, gtBee, gtShotgunShot, gtPickHammer, gtRope, // 8
    82             gtGrave, gtBee, gtShotgunShot, gtPickHammer, gtRope, // 8
    83             gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, // 14
    83             gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, // 14
    84             gtClusterBomb, gtCluster, gtShover, gtFlame, // 18
    84             gtClusterBomb, gtCluster, gtShover, gtFlame, // 18
   724             (FileName:  'SmokeRing'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   724             (FileName:  'SmokeRing'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   725             Width:  200; Height: 200; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSmokeRing
   725             Width:  200; Height: 200; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSmokeRing
   726             (FileName:  'BeeTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   726             (FileName:  'BeeTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   727             Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprBeeTrace
   727             Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprBeeTrace
   728             (FileName:  'Egg'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   728             (FileName:  'Egg'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   729             Width:  8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprEgg
   729             Width:  8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprEgg
       
   730             (FileName:  'TargetBee'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
       
   731             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprTargetBee
       
   732             (FileName:  'amBee'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
       
   733             Width:  128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprHandBee
   730             );
   734             );
   731 
   735 
   732     Wavez: array [TWave] of record
   736     Wavez: array [TWave] of record
   733             Sprite: TSprite;
   737             Sprite: TSprite;
   734             FramesCount: Longword;
   738             FramesCount: Longword;