View source
typedef DialogueBoxTextData
package funkin.data.dialogue
import funkin.data.dialogue.DialogueBoxData
Available on all platforms
Fields
optionalfontFamily:Null<String>
* The font to use for the text.
* @since v1.1.0
* @default `Arial`, make sure to switch this!
optionalcolor:Null<String>
* The color to use for the text.
* Use a string that can be translated to a color, like `#FF0000` for red.