General Preview Settings

Overview

This sections offers a few sections that apply to several kinds of Previews.


Set the height for each line of text. (Used for the Location, Quest and Berry Previews).

PREVIEW_LINE_HEIGHT = 32

Possible values:

  • Any number higher than the MessageConfig::FONT_SIZE.


Add an offset to the X and Y positions used for the Quest and Berry Name Text.

QUEST_AND_BERRY_NAME_OFFSET_X = 0
QUEST_AND_BERRY_NAME_OFFSET_Y = 0

Possible value:

  • Any number (can be negative too).


Change the Color used for the Quest and Berry Name Text.

QUEST_AND_BERRY_TEXT_MAIN = Color.new(248, 248, 248)
QUEST_AND_BERRY_TEXT_SHADOW = Color.new(0, 0, 0)

Possible value:

  • 3 numbers between 0 and 255.

Just like with the Text Color Settings, you can use a tool like this to convert the Color you want to the correct RGB values.

Last updated