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); |
45 sprHandDEagle, sprHandAirAttack); |
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, |
351 (FileName: 'amBazooka'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
351 (FileName: 'amBazooka'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
352 Width: 32; Height: 32; saveSurf: false),// sprHandBazooka |
352 Width: 32; Height: 32; saveSurf: false),// sprHandBazooka |
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; |
|
358 Width: 32; Height: 32; saveSurf: false) // sprHandAirAttack |
357 ); |
359 ); |
358 |
360 |
359 Soundz: array[TSound] of record |
361 Soundz: array[TSound] of record |
360 FileName: String[31]; |
362 FileName: String[31]; |
361 Path : TPathType; |
363 Path : TPathType; |