VisualGearTypes.wiki
changeset 2212 cfa171e6d226
parent 2211 57d667aaef87
child 2213 bed46cba92ef
equal deleted inserted replaced
2211:57d667aaef87 2212:cfa171e6d226
    95 == `vgtSmallDamageTag` ==
    95 == `vgtSmallDamageTag` ==
    96 NOTE: Due to a bug, this cannot currently be used in Lua scripts.
    96 NOTE: Due to a bug, this cannot currently be used in Lua scripts.
    97 
    97 
    98 Damage indicator, displays a damage value. Hedgewars uses this as the "small" damage tag used to instantly show damage of a single hit.
    98 Damage indicator, displays a damage value. Hedgewars uses this as the "small" damage tag used to instantly show damage of a single hit.
    99 
    99 
   100 Looks and behaves similar to `vgtHealthTag`, but is slightly smaller. Also, the movement speed cannot be changed. Parameters are similar to `vgtHealthTag`.
   100 Looks and behaves similar to `vgtHealthTag`, but is slightly smaller.
       
   101 
       
   102  * `FrameTicks`: Expiration timer (default: `1100`)
   101 
   103 
   102 == `vgtSpeechBubble` ==
   104 == `vgtSpeechBubble` ==
   103 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.
   105 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.
   104 
   106 
   105  * `Frame`: ID of the gear to which the speech bubble belongs
   107  * `Frame`: ID of the gear to which the speech bubble belongs