VisualGearTypes.wiki
changeset 2215 4fc010b6bbba
parent 2214 46d72748f62a
child 2216 ce537974a52c
equal deleted inserted replaced
2214:46d72748f62a 2215:4fc010b6bbba
    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.
   100 Looks and behaves similar to `vgtHealthTag`, but is slightly smaller.
   101 
   101 
   102  * `FrameTicks`: Expiration timer (default: `1100`)
       
   103 
       
   104 == `vgtSpeechBubble` ==
   102 == `vgtSpeechBubble` ==
   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.
   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.
   106 
   104 
   107  * `Frame`: ID of the gear to which the speech bubble belongs
   105  * `Frame`: ID of the gear to which the speech bubble belongs
   108  * `FrameTicks`: Speech bubble type (`SAY_SAY`, `SAY_THINK` or `SAY_SHOUT`)
   106  * `FrameTicks`: Speech bubble type (`SAY_SAY`, `SAY_THINK` or `SAY_SHOUT`)