mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Changed Password Input colors part 2
Reordering the colors
This commit is contained in:
parent
5e3470a1c4
commit
2a8c3bd62f
1 changed files with 2 additions and 2 deletions
|
|
@ -91,11 +91,11 @@ class Window_InputNumber < Window_Base
|
|||
for i in 0...@digits_max
|
||||
case i
|
||||
when 0
|
||||
self.contents.font.color = Window_Base.text_color(1)
|
||||
self.contents.font.color = Window_Base.text_color(4)
|
||||
when 1
|
||||
self.contents.font.color = Window_Base.text_color(2)
|
||||
when 2
|
||||
self.contents.font.color = Window_Base.text_color(4)
|
||||
self.contents.font.color = Window_Base.text_color(1)
|
||||
when 3
|
||||
self.contents.font.color = Window_Base.text_color(3)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue