Text Color Settings
Overview
This section offers a few Settings related to changing the color of Text on the Region Map UI.
You can use a tool like this to convert the Color you want to the correct RGB values.
Change the Color used for the Region and District Name Text.
REGION_TEXT_MAIN = Color.new(248, 248, 248)
REGION_TEXT_SHADOW = Color.new(0, 0, 0)
Possible value:
3 numbers between 0 and 255.
Change the Color used for the Location Name Text.
LOCATION_TEXT_MAIN = Color.new(248, 248, 248)
LOCATION_TEXT_SHADOW = Color.new(0, 0, 0)
Possible value:
3 numbers between 0 and 255.
Change the Color used for the Point of Interest Text.
POI_TEXT_MAIN = Color.new(248, 248, 248)
POI_TEXT_SHADOW = Color.new(0, 0, 0)
Possible value:
3 numbers between 0 and 255.
Change the Color used for the Mode Name Text.
MODE_TEXT_MAIN = Color.new(248, 248, 248)
MODE_TEXT_SHADOW = Color.new(0, 0, 0)
Possible value:
3 numbers between 0 and 255.
Last updated