Changed Password Input colors part 2

Reordering the colors
This commit is contained in:
Michael Shirt 2016-09-22 14:36:10 -06:00
parent 5e3470a1c4
commit 2a8c3bd62f

View file

@ -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