# HG changeset patch # User Caironater@gmail.com # Date 1385971115 0 # Node ID 2ca06920cbbe1a891c819e51fd405c398317afa9 # Parent f6b3a80a6f92541c35d7b7e6d67af76b671d829e Add link to uTypes.pas diff -r f6b3a80a6f92 -r 2ca06920cbbe VisualGearTypes.wiki --- a/VisualGearTypes.wiki Mon Dec 02 07:58:02 2013 +0000 +++ b/VisualGearTypes.wiki Mon Dec 02 07:58:35 2013 +0000 @@ -1,5 +1,5 @@ For a current list of the gears look at hedgewars/uTypes.pas at -the TVisualGearType enumeration. +the TVisualGearType enumeration. http://code.google.com/p/hedgewars/source/browse/hedgewars/uTypes.pas#108 {{{ TVisualGearType = (vgtFlake, vgtCloud, vgtExplPart, vgtExplPart2, vgtFire, vgtSmallDamageTag, vgtTeamHealthSorter, vgtSpeechBubble, vgtBubble, @@ -7,4 +7,4 @@ vgtDust, vgtSplash, vgtDroplet, vgtSmokeRing, vgtBeeTrace, vgtEgg, vgtFeather, vgtHealthTag, vgtSmokeTrace, vgtEvilTrace, vgtExplosion, vgtBigExplosion, vgtChunk, vgtNote, vgtLineTrail, vgtBulletHit, vgtCircle); -}}} +}}} \ No newline at end of file