VisualGearTypes.wiki
changeset 1172 929d65ba07e6
parent 1171 211e1f8ec3cb
child 1173 bb717cb60483
--- a/VisualGearTypes.wiki	Fri Feb 09 21:19:58 2018 +0000
+++ b/VisualGearTypes.wiki	Fri Feb 09 21:20:23 2018 +0000
@@ -74,15 +74,15 @@
 
  * `Frame`: [AmmoType] ID of ammo to display
 
+== `vgtHealthTag` ==
+A health tag for hedgehogs. But with a few changes, this is also useful to display arbitray numbers on the screen.
+
+ * `Angle`: Scale ratio. `1` = 100%
+ * `Frame`: If `0`, it is part of the landscape. If non-zero, it will align to the screen instead
+ * `State`: Number to display
+ * `Timer`: Expiration timer
+
 == `vgtSpeechBubble` ==
 Displays a speech bubble. Use `HogSay` to spawn speech bubbles.
 
-* `FrameTicks`: Speech bubble type (`SAY_SAY`, `SAY_THINK` or `SAY_SHOUT`)
-
-== `vgtHealthTag` ==
-A health tag for hedgehogs. But with a few changes, this is also useful to display arbitray numbers on the screen.
-
-* `Angle`: Scale ratio. `1` = 100%
-* `Frame`: If `0`, it is part of the landscape. If non-zero, it will align to the screen instead
-* `State`: Number to display
-* `Timer`: Expiration timer
\ No newline at end of file
+ * `FrameTicks`: Speech bubble type (`SAY_SAY`, `SAY_THINK` or `SAY_SHOUT`)
\ No newline at end of file