VisualGearTypes.wiki
author pntanasis@gmail.com
Thu, 26 Dec 2013 15:53:18 +0000
changeset 367 1a14a7fc4b7a
parent 351 b0ef32f5859f
child 431 ccd3a6afa564
permissions -rw-r--r--
Edited wiki page Translations through web user interface. s/qm/ts/

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