author | pntanasis@gmail.com |
Thu, 26 Dec 2013 15:51:34 +0000 | |
changeset 366 | a290ff43c897 |
parent 351 | b0ef32f5859f |
child 431 | ccd3a6afa564 |
permissions | -rw-r--r-- |
40 | 1 |
For a current list of the gears look at hedgewars/uTypes.pas at |
350 | 2 |
the TVisualGearType enumeration. http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#108 |
40 | 3 |
{{{ |
4 |
TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire, |
|
5 |
vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble, |
|
6 |
vgtSteam, vgtAmmo, vgtSmoke, vgtSmokeWhite, vgtHealth, vgtShell, |
|
7 |
vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg, |
|
8 |
vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion, |
|
9 |
vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle); |
|
351
b0ef32f5859f
Added vgtSmoothWindBar and vgtStraightShot
Caironater@gmail.com
parents:
350
diff
changeset
|
10 |
vgtSmoothWindBar, vgtStraightShot |
350 | 11 |
}}} |