43 TSprite = (sprWater, sprCloud, sprBomb, sprBigDigit, sprFrame, |
43 TSprite = (sprWater, sprCloud, sprBomb, sprBigDigit, sprFrame, |
44 sprLag, sprArrow, sprGrenade, sprTargetP, sprUFO, |
44 sprLag, sprArrow, sprGrenade, sprTargetP, sprUFO, |
45 sprSmokeTrace, sprRopeHook, sprExplosion50, sprMineOff, |
45 sprSmokeTrace, sprRopeHook, sprExplosion50, sprMineOff, |
46 sprMineOn, sprCase, sprFAid, sprDynamite, sprPower, |
46 sprMineOn, sprCase, sprFAid, sprDynamite, sprPower, |
47 sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont, |
47 sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont, |
48 sprSky, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos, |
48 sprHorizontL, sprHorizontR, sprSky, sprSkyL, |
|
49 sprSkyR, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos, |
49 sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb, |
50 sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb, |
50 sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask, |
51 sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask, |
51 sprSwitch, sprParachute, sprTarget, sprRopeNode, |
52 sprSwitch, sprParachute, sprTarget, sprRopeNode, |
52 sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR, |
53 sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR, |
53 sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun, |
54 sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun, |
98 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
99 TAmmoType = (amNothing, amGrenade, amClusterBomb, amBazooka, amUFO, amShotgun, amPickHammer, |
99 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
100 amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip, |
100 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
101 amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch, |
101 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
102 amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake, |
102 amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, |
103 amSeduction, amWatermelon, amHellishBomb, amNapalm, amDrill, amBallgun, |
103 amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime, |
104 amRCPlane, amLowGravity, amExtraDamage, amInvulnerable, amExtraTime, |
104 amLaserSight, amVampiric, amSniperRifle, amJetpack); |
105 amLaserSight, amVampiric, amSniperRifle, amJetpack); |
105 |
106 |
106 THWFont = (fnt16, fntBig, fntSmall); |
107 THWFont = (fnt16, fntBig, fntSmall); |
107 |
108 |
108 TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume, |
109 TCapGroup = (capgrpGameState, capgrpAmmoinfo, capgrpVolume, |
109 capgrpMessage, capgrpAmmostate); |
110 capgrpMessage, capgrpAmmostate); |
432 Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprClusterParticle |
433 Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprClusterParticle |
433 (FileName: 'Flame'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
434 (FileName: 'Flame'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
434 Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprFlame |
435 Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprFlame |
435 (FileName: 'horizont'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
436 (FileName: 'horizont'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
436 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHorizont |
437 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHorizont |
|
438 (FileName: 'horizontL'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
|
439 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHorizont |
|
440 (FileName: 'horizontR'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
|
441 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprHorizont |
437 (FileName: 'Sky'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
442 (FileName: 'Sky'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
|
443 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSky |
|
444 (FileName: 'SkyL'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
|
445 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSky |
|
446 (FileName: 'SkyR'; Path: ptCurrTheme;AltPath: ptNone; Texture: nil; Surface: nil; |
438 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSky |
447 Width: 0; Height: 0; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprSky |
439 (FileName: 'BrdrLines'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
448 (FileName: 'BrdrLines'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
440 Width: 202; Height: 1; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMBorders |
449 Width: 202; Height: 1; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMBorders |
441 (FileName: 'Slot'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
450 (FileName: 'Slot'; Path: ptAmmoMenu; AltPath: ptNone; Texture: nil; Surface: nil; |
442 Width: 202; Height: 33; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMSlot |
451 Width: 202; Height: 33; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprAMSlot |