VisualGearTypes.wiki
author Wuzzy
Fri, 01 Jan 2016 17:00:40 +0000
changeset 692 111f39408390
parent 651 48476b4f3497
child 695 ab2e242986c3
permissions -rw-r--r--
Clean up markup for PlaceSprite and EraseSprite and clarify some stuff

#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
}}}