Changed password input colors

This line didn't get commited but this is part of the last commit.
Github keeps doing a thing where it throws errors when I have trailing
whitespaces (Which is fine), but when I fix the whitespaces it then
commits the changes excluding the lines that I fixed.  It's weird.
This commit is contained in:
Michael Shirt 2016-09-21 20:45:32 -06:00
parent 8ac51ee38a
commit 1e6665cf27

View file

@ -101,6 +101,7 @@ class Window_InputNumber < Window_Base
end
self.contents.draw_text(i * @cursor_width + 4, 0, 32, 32, s[i,1])
end
else
for i in 0...@digits_max
self.contents.draw_text(i * @cursor_width + 4, 0, 32, 32, s[i,1])
end