VisualGearTypes.wiki
author sheepyluva@gmail.com
Wed, 18 Jun 2014 13:18:40 +0000
changeset 392 f2e496196237
parent 351 b0ef32f5859f
child 431 ccd3a6afa564
permissions -rw-r--r--
Edited wiki page KnownBugs through web user interface, which sadly shares accounts with youtube and such.

For a current list of the gears look at hedgewars/uTypes.pas at
the TVisualGearType enumeration. http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#108
{{{
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);
            vgtSmoothWindBar, vgtStraightShot
}}}