author | sheepluva |
Sun, 06 Sep 2015 05:43:05 +0200 | |
changeset 589 | 281c4cf75a15 |
parent 587 | 8105e95297e3 |
child 651 | 48476b4f3497 |
permissions | -rw-r--r-- |
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 |
587 | 4 |
the TVisualGearType enumeration. http://hg.hedgewars.org/hedgewars/file/default/hedgewars/uTypes.pas#l108 |
40 | 5 |
{{{ |
6 |
TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire, |
|
7 |
vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble, |
|
8 |
vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell, |
|
9 |
vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg, |
|
10 |
vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion, |
|
11 |
vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle); |
|
351
b0ef32f5859f
Added vgtSmoothWindBar and vgtStraightShot
Caironater@gmail.com
parents:
350
diff
changeset
|
12 |
vgtSmoothWindBar, vgtStraightShot |
350 | 13 |
}}} |