set Dialog Text Color

Set the color for the text that’s displayed in the long text dialog.

game.setDialogTextColor(0)

Parameters

  • color: the number for the color used to display the dialog text.

Example

Show text with color 10 in the long text dialog.

game.setDialogTextColor(10)
game.showLongText("Some long text with color!", DialogLayout.Center)

See also

set dialog frame, set dialog cursor, show long text