45 sprHandDEagle, sprHandAirAttack, sprHandBaseball, sprPHammer, |
45 sprHandDEagle, sprHandAirAttack, sprHandBaseball, sprPHammer, |
46 sprHandBlowTorch, sprBlowTorch, sprTeleport, sprHHDeath, |
46 sprHandBlowTorch, sprBlowTorch, sprTeleport, sprHHDeath, |
47 sprShotgun, sprDEagle, sprHHIdle, sprMortar, sprTurnsLeft, |
47 sprShotgun, sprDEagle, sprHHIdle, sprMortar, sprTurnsLeft, |
48 sprHat, sprKamikaze, sprWhip, sprKowtow, sprSad, sprWave, |
48 sprHat, sprKamikaze, sprWhip, sprKowtow, sprSad, sprWave, |
49 sprHurrah, sprLemonade, sprExplPart, sprExplPart2, |
49 sprHurrah, sprLemonade, sprExplPart, sprExplPart2, |
50 sprCakeWalk); |
50 sprCakeWalk, sprCakeDown); |
51 |
51 |
52 TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
52 TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
53 gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, |
53 gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, |
54 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
54 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
55 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, |
55 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, |
416 (FileName: 'ExplPart'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
416 (FileName: 'ExplPart'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
417 Width: 32; Height: 32; saveSurf: false),// sprExplPart |
417 Width: 32; Height: 32; saveSurf: false),// sprExplPart |
418 (FileName: 'ExplPart2'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
418 (FileName: 'ExplPart2'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
419 Width: 32; Height: 32; saveSurf: false),// sprExplPart2 |
419 Width: 32; Height: 32; saveSurf: false),// sprExplPart2 |
420 (FileName: 'Cake_walk'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
420 (FileName: 'Cake_walk'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
421 Width: 64; Height: 64; saveSurf: false) // sprCakeWalk |
421 Width: 64; Height: 64; saveSurf: false),// sprCakeWalk |
|
422 (FileName: 'Cake_down'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
423 Width: 64; Height: 64; saveSurf: false) // sprCakeDown |
422 ); |
424 ); |
423 |
425 |
424 Wavez: array [TWave] of record |
426 Wavez: array [TWave] of record |
425 Sprite: TSprite; |
427 Sprite: TSprite; |
426 FramesCount: Longword; |
428 FramesCount: Longword; |