39 sprSky, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos, |
39 sprSky, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos, |
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, |
43 sprQuestion, sprPowerBar, sprWindBar, |
44 sprWindL, sprWindR); |
44 sprWindL, sprWindR, sprFlake); |
45 |
45 |
46 TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
46 TGearType = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag, |
47 gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, |
47 gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope, |
48 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
48 gtSmokeTrace, gtExplosion, gtMine, gtCase, gtDEagleShot, gtDynamite, |
49 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, |
49 gtTeamHealthSorter, gtClusterBomb, gtCluster, gtShover, gtFlame, |
338 (FileName: 'WindBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
338 (FileName: 'WindBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
339 Width: 151; Height: 17; saveSurf: false),// sprWindBar |
339 Width: 151; Height: 17; saveSurf: false),// sprWindBar |
340 (FileName: 'WindL'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
340 (FileName: 'WindL'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
341 Width: 80; Height: 13; saveSurf: false),// sprWindL |
341 Width: 80; Height: 13; saveSurf: false),// sprWindL |
342 (FileName: 'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
342 (FileName: 'WindR'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
343 Width: 80; Height: 13; saveSurf: false) // sprWindR |
343 Width: 80; Height: 13; saveSurf: false),// sprWindR |
|
344 (FileName: 'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil; |
|
345 Width: 64; Height: 64; saveSurf: false) // sprFlake |
344 ); |
346 ); |
345 |
347 |
346 Soundz: array[TSound] of record |
348 Soundz: array[TSound] of record |
347 FileName: String[31]; |
349 FileName: String[31]; |
348 Path : TPathType; |
350 Path : TPathType; |