431
|
1 |
#summary List of all visual gear types
|
|
2 |
|
40
|
3 |
For a current list of the gears look at hedgewars/uTypes.pas at
|
651
|
4 |
the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l112
|
40
|
5 |
{{{
|
|
6 |
TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire,
|
|
7 |
vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble,
|
651
|
8 |
vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtShell,
|
40
|
9 |
vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg,
|
|
10 |
vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion,
|
|
11 |
vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle);
|
651
|
12 |
vgtSmoothWindBar, vgtStraightShot, vgtNoPlaceWarn
|
350
|
13 |
}}} |