hedgewars/uConsts.pas
changeset 3351 3fd3f116f2fc
parent 3350 5cd02aafc612
child 3359 d17b9f6adae5
equal deleted inserted replaced
3350:5cd02aafc612 3351:3fd3f116f2fc
   110             sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
   110             sndHomerun, sndMolotov, sndCover, sndUhOh, sndOops,
   111             sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
   111             sndNooo, sndHello, sndRopeShot, sndRopeAttach, sndRopeRelease,
   112             sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
   112             sndSwitchHog, sndVictory, sndSniperReload, sndSteps, sndLowGravity,
   113             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   113             sndHellishImpact1, sndHellishImpact2, sndHellishImpact3, sndHellishImpact4,
   114             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   114             sndMelonImpact, sndDroplet1, sndDroplet2, sndDroplet3, sndEggBreak, sndDrillRocket,
   115             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater);
   115             sndPoisonCough, sndPoisonMoan, sndBirdyLay, sndWhistle, sndBeeWater,
       
   116             sndPiano0, sndPiano1, sndPiano2, sndPiano3, sndPiano4, sndPiano5, sndPiano6, sndPiano7, sndPiano8);
   116 
   117 
   117     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   118     TAmmoType  = (amNothing, amGrenade, amClusterBomb, amBazooka, amBee, amShotgun, amPickHammer,
   118             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   119             amSkip, amRope, amMine, amDEagle, amDynamite, amFirePunch, amWhip,
   119             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   120             amBaseballBat, amParachute, amAirAttack, amMineStrike, amBlowTorch,
   120             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   121             amGirder, amTeleport, amSwitch, amMortar, amKamikaze, amCake,
   846             (FileName:           'pickhammer.ogg'; Path: ptSounds),// sndDrillRocket
   847             (FileName:           'pickhammer.ogg'; Path: ptSounds),// sndDrillRocket
   847             (FileName:          'PoisonCough.ogg'; Path: ptVoices),// sndPoisonCough
   848             (FileName:          'PoisonCough.ogg'; Path: ptVoices),// sndPoisonCough
   848             (FileName:           'PoisonMoan.ogg'; Path: ptVoices),// sndPoisonMoan
   849             (FileName:           'PoisonMoan.ogg'; Path: ptVoices),// sndPoisonMoan
   849             (FileName:             'BirdyLay.ogg'; Path: ptSounds),// sndBirdyLay
   850             (FileName:             'BirdyLay.ogg'; Path: ptSounds),// sndBirdyLay
   850             (FileName:              'Whistle.ogg'; Path: ptSounds),// sndWhistle
   851             (FileName:              'Whistle.ogg'; Path: ptSounds),// sndWhistle
   851             (FileName:             'beewater.ogg'; Path: ptSounds) // sndBeeWater
   852             (FileName:             'beewater.ogg'; Path: ptSounds),// sndBeeWater
       
   853             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano0
       
   854             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano1
       
   855             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano2
       
   856             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano3
       
   857             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano4
       
   858             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano5
       
   859             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano6
       
   860             (FileName:                  'egg.ogg'; Path: ptSounds),// sndPiano7
       
   861             (FileName:                  'egg.ogg'; Path: ptSounds) // sndPiano8
   852             );
   862             );
   853 
   863 
   854     Ammoz: array [TAmmoType] of record
   864     Ammoz: array [TAmmoType] of record
   855             NameId: TAmmoStrId;
   865             NameId: TAmmoStrId;
   856             NameTex: PTexture;
   866             NameTex: PTexture;