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); |
79 sprBigExplosion, sprSmokeRing, sprBeeTrace, sprEgg); |
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 |
719 (FileName: 'BigExplosion'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
719 (FileName: 'BigExplosion'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
720 Width: 385; Height: 385; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprBigExplosion |
720 Width: 385; Height: 385; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprBigExplosion |
721 (FileName: 'SmokeRing'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
721 (FileName: 'SmokeRing'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
722 Width: 200; Height: 200; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSmokeRing |
722 Width: 200; Height: 200; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSmokeRing |
723 (FileName: 'BeeTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
723 (FileName: 'BeeTrace'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
724 Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprBeeTrace |
724 Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false), // sprBeeTrace |
|
725 (FileName: 'Egg'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
726 Width: 8; Height: 8; imageWidth: 0; imageHeight: 0; saveSurf: false) // sprEgg |
725 ); |
727 ); |
726 |
728 |
727 Wavez: array [TWave] of record |
729 Wavez: array [TWave] of record |
728 Sprite: TSprite; |
730 Sprite: TSprite; |
729 FramesCount: Longword; |
731 FramesCount: Longword; |