From 1e6665cf278855852c77eb6b98d5bc158bb78f6d Mon Sep 17 00:00:00 2001 From: Michael Shirt Date: Wed, 21 Sep 2016 20:45:32 -0600 Subject: [PATCH] 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. --- scripts/Window_InputNumber.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Window_InputNumber.rb b/scripts/Window_InputNumber.rb index 7c094c6..e571e93 100644 --- a/scripts/Window_InputNumber.rb +++ b/scripts/Window_InputNumber.rb @@ -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