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, sprHandBaseball, sprPHammer, |
45 sprHandDEagle, sprHandAirAttack, sprHandBaseball, sprPHammer, |
46 sprHandBlowTorch, sprBlowTorch, sprTeleport); |
46 sprHandBlowTorch, sprBlowTorch, sprTeleport, sprHHDeath); |
47 |
47 |
48 TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
48 TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
49 gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, |
49 gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, |
50 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
50 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
51 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, |
51 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, |
366 (FileName: 'amBTorch_i'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
367 (FileName: 'amBTorch_i'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
367 Width: 32; Height: 32; saveSurf: false),// sprHandBlowToch |
368 Width: 32; Height: 32; saveSurf: false),// sprHandBlowToch |
368 (FileName: 'amBTorch_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
369 (FileName: 'amBTorch_w'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; |
369 Width: 32; Height: 32; saveSurf: false),// sprBlowToch |
370 Width: 32; Height: 32; saveSurf: false),// sprBlowToch |
370 (FileName: 'Teleport'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
371 (FileName: 'Teleport'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
371 Width: 64; Height: 32;saveSurf: false) // sprTeleport |
372 Width: 64; Height: 32; saveSurf: false),// sprTeleport |
|
373 (FileName: 'HHDeath'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
|
374 Width: 32; Height: 64; saveSurf: false) // sprHHDeath |
372 ); |
375 ); |
373 |
376 |
374 Soundz: array[TSound] of record |
377 Soundz: array[TSound] of record |
375 FileName: String[31]; |
378 FileName: String[31]; |
376 Path : TPathType; |
379 Path : TPathType; |