Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Background Opacity

Ronivan

Towns Guard
Xy$
0.27
I need to remove all window background opacity, I've messed up in the window_base with no luck. Someone could help me out on this?
 

Ronivan

Towns Guard
Xy$
0.27
Solved by my own, just a simple change here:

Window_Base.prototype.updateBackOpacity = function() {
this.backOpacity = 255;
};

Placed it in my custom menu and it worked.
 
Top