73 sprHandDynamite, sprHandHellish, sprHandMine, sprHandSeduction, sprHandVamp, |
73 sprHandDynamite, sprHandHellish, sprHandMine, sprHandSeduction, sprHandVamp, |
74 sprBigExplosion, sprSmokeRing, sprBeeTrace, sprEgg, sprTargetBee, sprHandBee, |
74 sprBigExplosion, sprSmokeRing, sprBeeTrace, sprEgg, sprTargetBee, sprHandBee, |
75 sprFeather, sprPiano, sprHandSineGun, sprPortalGun, sprPortal, |
75 sprFeather, sprPiano, sprHandSineGun, sprPortalGun, sprPortal, |
76 sprCheese, sprHandCheese, sprHandFlamethrower, sprChunk, sprNote, |
76 sprCheese, sprHandCheese, sprHandFlamethrower, sprChunk, sprNote, |
77 sprSMineOff, sprSMineOn, sprHandSMine, sprHammer, |
77 sprSMineOff, sprSMineOn, sprHandSMine, sprHammer, |
78 sprHandResurrector, sprCross |
78 sprHandResurrector, sprCross, sprAirDrill |
79 ); |
79 ); |
80 |
80 |
81 // Gears that interact with other Gears and/or Land |
81 // Gears that interact with other Gears and/or Land |
82 TGearType = (gtBomb, gtHedgehog, gtShell, gtGrave, gtBee, // 4 |
82 TGearType = (gtBomb, gtHedgehog, gtShell, gtGrave, gtBee, // 4 |
83 gtShotgunShot, gtPickHammer, gtRope, gtMine, gtCase, // 9 |
83 gtShotgunShot, gtPickHammer, gtRope, gtMine, gtCase, // 9 |
823 tpMedium; getDimensions: false; getImageDimensions: true), |
823 tpMedium; getDimensions: false; getImageDimensions: true), |
824 //sprHandResurrector |
824 //sprHandResurrector |
825 (FileName: 'Cross'; Path: ptGraphics; altPath: ptNone; |
825 (FileName: 'Cross'; Path: ptGraphics; altPath: ptNone; |
826 Texture: nil; Surface: nil; Width: 108; Height: 138; |
826 Texture: nil; Surface: nil; Width: 108; Height: 138; |
827 imageWidth: 0; imageHeight: 0; saveSurf: false; priority: |
827 imageWidth: 0; imageHeight: 0; saveSurf: false; priority: |
|
828 tpMedium; getDimensions: false; getImageDimensions: true), |
|
829 //sprCross |
|
830 (FileName: 'AirDrill'; Path: ptGraphics; AltPath: ptNone; |
|
831 Texture: nil; Surface: nil; Width: 16; Height: 16; |
|
832 imageWidth: 0; imageHeight: 0; saveSurf: false; priority: |
828 tpMedium; getDimensions: false; getImageDimensions: true) |
833 tpMedium; getDimensions: false; getImageDimensions: true) |
829 //sprCross |
834 // sprAirDrill |
830 ); |
835 ); |
831 |
836 |
832 |
837 |
833 Wavez: array [TWave] of record |
838 Wavez: array [TWave] of record |
834 Sprite: TSprite; |
839 Sprite: TSprite; |