40 sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb, |
40 sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb, |
41 sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask, |
41 sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask, |
42 sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG, |
42 sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG, |
43 sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR, |
43 sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR, |
44 sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun, |
44 sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun, |
45 sprHandDEagle, sprHandAirAttack); |
45 sprHandDEagle, sprHandAirAttack, sprHandBaseball); |
46 |
46 |
47 TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
47 TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
48 gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, |
48 gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, |
49 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
49 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
50 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, |
50 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, |
353 (FileName: 'amShotgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
353 (FileName: 'amShotgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
354 Width: 32; Height: 32; saveSurf: false),// sprHandShotgun |
354 Width: 32; Height: 32; saveSurf: false),// sprHandShotgun |
355 (FileName: 'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
355 (FileName: 'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
356 Width: 32; Height: 32; saveSurf: false),// sprHandDEagle |
356 Width: 32; Height: 32; saveSurf: false),// sprHandDEagle |
357 (FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
357 (FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
358 Width: 32; Height: 32; saveSurf: false) // sprHandAirAttack |
358 Width: 32; Height: 32; saveSurf: false),// sprHandAirAttack |
|
359 (FileName: 'amBaseball'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
|
360 Width: 32; Height: 32; saveSurf: false) // sprHandBaseball |
359 ); |
361 ); |
360 |
362 |
361 Soundz: array[TSound] of record |
363 Soundz: array[TSound] of record |
362 FileName: String[31]; |
364 FileName: String[31]; |
363 Path : TPathType; |
365 Path : TPathType; |