Constructor
DarkConfigOption(menu: DarkConfigMenu, name: string, callback: fun( DarkConfigOption)?)
Arguments:
| menu: DarkConfigMenu | The config menu, for changing in-game settings. |
| name: string | |
| callback: fun( DarkConfigOption)? |
Methods
DarkConfigOption:onRemove(parent: Object)
Arguments:
| parent: Object | The base class of all objects in Kristal. |
Undocumented
DarkConfigOption.font: love.Font
Defines the shape of characters that can be drawn onto the screen.
DarkConfigOption.heart_sprite: love.Image
Drawable image type.
DarkConfigOption.text: Text
The Text object, made for displaying formatted text.
If you're looking for text which writes itself out over time, see DialogueText.