diff -r 57d667aaef87 -r cfa171e6d226 VisualGearTypes.wiki --- a/VisualGearTypes.wiki Sun Dec 13 20:11:22 2020 +0100 +++ b/VisualGearTypes.wiki Sun Dec 13 20:15:26 2020 +0100 @@ -97,7 +97,9 @@ Damage indicator, displays a damage value. Hedgewars uses this as the "small" damage tag used to instantly show damage of a single hit. -Looks and behaves similar to `vgtHealthTag`, but is slightly smaller. Also, the movement speed cannot be changed. Parameters are similar to `vgtHealthTag`. +Looks and behaves similar to `vgtHealthTag`, but is slightly smaller. + + * `FrameTicks`: Expiration timer (default: `1100`) == `vgtSpeechBubble` == Displays a speech bubble with text. In Lua, you cannot change the text after this has been created. Use `HogSay` in Lua to spawn a speech bobble properly.