Making these colors brighter
Because people complained about the document text being "hard to read"
This commit is contained in:
parent
3bdb5b6ea5
commit
6f7091db62
|
|
@ -127,9 +127,9 @@ class Doc_Message
|
||||||
|
|
||||||
# Prepare renderer
|
# Prepare renderer
|
||||||
@contents.clear
|
@contents.clear
|
||||||
@contents.font.color = Color.new(55, 46, 190, 255)
|
@contents.font.color = Color.new(100, 92, 255, 255)
|
||||||
if $game_switches[124] == true
|
if $game_switches[124] == true
|
||||||
@contents.font.color = Color.new(105, 25, 44, 255)
|
@contents.font.color = Color.new(255, 92, 100, 255)
|
||||||
end
|
end
|
||||||
x = 0
|
x = 0
|
||||||
y = 0
|
y = 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue