I'm trying to get my windowskin to be fully opaque all the time, since the background of it is gray and the text is white. It's difficult to read on about 160 opacity (160 is the default for the title Screen and the Battle Command Window)
So i dug around in my scripts for a little while, eventually finding this in Scene_Battle1
I changed it to 255 and nothing happened. Surely something is a little off here?
Same deal with
from Scene_Title
So i dug around in my scripts for a little while, eventually finding this in Scene_Battle1
Code:
@actor_command_window.back_opacity = 160
Same deal with
Code:
@command_window.back_opacity = 160