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:
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.
BIN
Graphics/Battlebacks/enemybase/cave1.png
Normal file
BIN
Graphics/Battlebacks/enemybase/cave1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
BIN
Graphics/Battlebacks/enemybase/sand.png
Normal file
BIN
Graphics/Battlebacks/enemybase/sand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 89 KiB |
BIN
Graphics/Battlebacks/playerbase/cave1.png
Normal file
BIN
Graphics/Battlebacks/playerbase/cave1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
BIN
Graphics/Battlebacks/playerbase/sand.png
Normal file
BIN
Graphics/Battlebacks/playerbase/sand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
@@ -1676,7 +1676,6 @@ ShowArea=true
|
||||
ShowArea=true
|
||||
[662]
|
||||
# 4F
|
||||
Outdoor=false
|
||||
ShowArea=true
|
||||
[663]
|
||||
# 5F
|
||||
@@ -1785,7 +1784,7 @@ MapPosition=1,22,6
|
||||
Outdoor=true
|
||||
ShowArea=true
|
||||
Environment = Grass
|
||||
[662]
|
||||
[762]
|
||||
# Offshore route
|
||||
Outdoor=true
|
||||
ShowArea=true
|
||||
|
||||
Reference in New Issue
Block a user