VisualGearTypes.wiki
author jacoberen@gmail.com
Wed, 23 Nov 2011 17:50:29 +0000
changeset 163 4f3c17649b16
parent 40 5c23791d295a
child 350 2ca06920cbbe
permissions -rw-r--r--
Edited wiki page ConfigurationFiles through web user interface.

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