Constructor
OverworldActionBox(x: any, y: any, index: any, chara: any)
Arguments:
x: any | |
y: any | |
index: any | |
chara: any |
Methods
Fields
Undocumented
OverworldActionBox.font: love.Font|nil
Defines the shape of characters that can be drawn onto the screen.
OverworldActionBox.head_sprite: Sprite
A simple object that renders a texture.
This texture must be placed inside assets/sprites/
.
OverworldActionBox.hp_sprite: Sprite
A simple object that renders a texture.
This texture must be placed inside assets/sprites/
.
OverworldActionBox.main_font: love.Font|nil
Defines the shape of characters that can be drawn onto the screen.
OverworldActionBox.name_sprite: Sprite
A simple object that renders a texture.
This texture must be placed inside assets/sprites/
.