mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
options menu unselected text color
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user