VisualGearTypes.wiki
author Wuzzy
Tue, 24 Nov 2015 20:15:39 +0000
changeset 684 5488179eb2d2
parent 651 48476b4f3497
child 695 ab2e242986c3
permissions -rw-r--r--
Minor copy-editing

#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#l112
{{{
TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
            vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
            vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell,
            vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
            vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
            vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
            vgtSmoothWindBar, vgtStraightShot, vgtNoPlaceWarn
}}}