VisualGearTypes.wiki
author vittorio.giovara@gmail.com
Wed, 02 Feb 2011 08:13:23 +0000
changeset 88 460d92a9be10
parent 40 5c23791d295a
child 350 2ca06920cbbe
permissions -rw-r--r--
utf8-string dependency was missing

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);
}}}