options menu unselected text color

This commit is contained in:
infinitefusion
2022-12-04 11:05:18 -05:00
parent bedc8f1c2d
commit 732096c884
9 changed files with 2 additions and 3 deletions

View File

@@ -1059,7 +1059,7 @@ class Window_DrawableCommand < SpriteWindow_SelectableEx
end
@index = 0
colors = getDefaultTextColors(self.windowskin)
@baseColor = colors[0]
@baseColor = Color.new(150, 150, 150)#colors[0]
@shadowColor = colors[1]
refresh
end