equal
deleted
inserted
replaced
94 == `vgtSmallDamageTag` == |
94 == `vgtSmallDamageTag` == |
95 NOTE: Due to a bug, this cannot currently be used in Lua scripts. |
95 NOTE: Due to a bug, this cannot currently be used in Lua scripts. |
96 |
96 |
97 Damage indicator, displays a damage value. Hedgewars uses this as the "small" damage tag used to instantly show damage of a single hit. |
97 Damage indicator, displays a damage value. Hedgewars uses this as the "small" damage tag used to instantly show damage of a single hit. |
98 |
98 |
99 Looks and behaves similar to `vgtHealthTag`, but is slightly smaller. The parameters are the same as for `vgtHealthTag`. |
99 Looks and behaves similar to `vgtHealthTag`, but is slightly smaller. Also, the movement speed cannot be changed. The parameters are the same as for `vgtHealthTag`. |
100 |
100 |
101 == `vgtSpeechBubble` == |
101 == `vgtSpeechBubble` == |
102 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. |
102 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 |
103 |
104 * `Frame`: ID of the gear to which the speech bubble belongs |
104 * `Frame`: ID of the gear to which the speech bubble belongs |