mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Making these colors brighter
Because people complained about the document text being "hard to read"
This commit is contained in:
parent
3bdb5b6ea5
commit
6f7091db62
1 changed files with 2 additions and 2 deletions
|
|
@ -127,9 +127,9 @@ class Doc_Message
|
|||
|
||||
# Prepare renderer
|
||||
@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
|
||||
@contents.font.color = Color.new(105, 25, 44, 255)
|
||||
@contents.font.color = Color.new(255, 92, 100, 255)
|
||||
end
|
||||
x = 0
|
||||
y = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue