# HG changeset patch # User sheepluva # Date 1445204472 0 # Node ID 48476b4f3497c4ae4f9c5a35f5e235219cd811ad # Parent 0a106238f409efe89962fc5ec6fc79400fec62ec vgtHealth was removed 4 years ago diff -r 0a106238f409 -r 48476b4f3497 VisualGearTypes.wiki --- a/VisualGearTypes.wiki Sat Oct 17 20:35:15 2015 +0000 +++ b/VisualGearTypes.wiki Sun Oct 18 21:41:12 2015 +0000 @@ -1,13 +1,13 @@ #summary List of all visual gear types For a current list of the gears look at hedgewars/uTypes.pas at -the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l108 +the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l112 {{{ TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire, vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble, - vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell, + vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell, vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg, vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion, vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle); - vgtSmoothWindBar, vgtStraightShot + vgtSmoothWindBar, vgtStraightShot, vgtNoPlaceWarn }}} \ No newline at end of file