VisualGearTypes.wiki
changeset 651 48476b4f3497
parent 587 8105e95297e3
child 695 ab2e242986c3
equal deleted inserted replaced
650:0a106238f409 651:48476b4f3497
     1 #summary List of all visual gear types
     1 #summary List of all visual gear types
     2 
     2 
     3 For a current list of the gears look at hedgewars/uTypes.pas at
     3 For a current list of the gears look at hedgewars/uTypes.pas at
     4 the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l108
     4 the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l112
     5 {{{
     5 {{{
     6 TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
     6 TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
     7             vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
     7             vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
     8             vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell,
     8             vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell,
     9             vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
     9             vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
    10             vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
    10             vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
    11             vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
    11             vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
    12             vgtSmoothWindBar, vgtStraightShot
    12             vgtSmoothWindBar, vgtStraightShot, vgtNoPlaceWarn
    13 }}}
    13 }}}