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

Binary file not shown.

Binary file not shown.

View File

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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -1676,7 +1676,6 @@ ShowArea=true
ShowArea=true ShowArea=true
[662] [662]
# 4F # 4F
Outdoor=false
ShowArea=true ShowArea=true
[663] [663]
# 5F # 5F
@@ -1785,7 +1784,7 @@ MapPosition=1,22,6
Outdoor=true Outdoor=true
ShowArea=true ShowArea=true
Environment = Grass Environment = Grass
[662] [762]
# Offshore route # Offshore route
Outdoor=true Outdoor=true
ShowArea=true ShowArea=true