TensionBar
┗> Object > Class
The bar you see on the left of the battle UI.
This is simply a display for tension, but not where tension itself is stored.
Does not depend on battle.
Constructor
TensionBar(x: number, y: number, dont_animate: number)
Arguments:
| x: number | |
| y: number | |
| dont_animate: number |
Methods
TensionBar:getFillDecreaseColor()
Get the color for the tension bar's "fill" when the tension is decreasing.
Returns:
| 1: unknown |
TensionBar:getFillMaxColor()
Get the color for the tension bar's "fill" when tension is maxed.
Returns:
| 1: unknown |
Undocumented
TensionBar.font: love.Font
Defines the shape of characters that can be drawn onto the screen.
TensionBar.tp_bar_fill: love.Image
Drawable image type.
TensionBar.tp_bar_outline: love.Image
Drawable image type.
TensionBar.tp_text: love.Image
Drawable image type.