Sounds.wiki
changeset 352 be5e67192b2c
parent 20 0cd14659de00
child 353 63a39be0fe92
equal deleted inserted replaced
351:b0ef32f5859f 352:be5e67192b2c
     1 For a current list of sounds look at hedgewars/uConsts.pas
     1 For a current list of sounds look at hedgewars/uTypes.pas http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#120
     2 {{{
     2 {{{
     3     TSound = (sndNone,
     3     TSound = (sndNone,
     4             sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
     4             sndGrenadeImpact, sndExplosion, sndThrowPowerUp, sndThrowRelease,
     5             sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
     5             sndSplash, sndShotgunReload, sndShotgunFire, sndGraveImpact,
     6             sndMineTick, sndPickhammer, sndGun, sndBee, sndJump1, sndJump2,
     6             sndMineTick, sndPickhammer, sndGun, sndBee, sndJump1, sndJump2,