mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
options menu unselected text color
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user