VisualGearTypes.wiki
author Cairo@chusym.com
Wed, 09 Mar 2011 05:00:02 +0000
changeset 94 65351a24eac9
parent 40 5c23791d295a
child 350 2ca06920cbbe
permissions -rw-r--r--
Sorted the list of gears according to alphabetical order (I got it right this time :)).

For a current list of the gears look at hedgewars/uTypes.pas at
the TVisualGearType enumeration.
{{{
TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
            vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
            vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell,
            vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
            vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
            vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
}}}