author | almikes@aol.com |
Thu, 22 Jan 2015 14:53:05 +0000 | |
changeset 546 | 507162614281 |
parent 431 | ccd3a6afa564 |
child 587 | 8105e95297e3 |
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 |
350 | 4 |
the TVisualGearType enumeration. http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#108 |
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 |
}}} |