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!

Get Rid of Blurry Background in Menus (Small Tutorial)

jaye

Villager
Xy$
0.00
I have finally figured out how to get rid of the blurry backgrounds in the menus. There may be a lot of other people who have figured it out also, but I couldn't find any tutorial. So I have decided to post a small tutorial on how to do this.

Open your rpg_managers.js in a text program. (I prefer Sublime Text)
Go to line 1920: Change this: this._backgroundBitmap.blur();
To this: this._backgroundBitmap.opacity = 0;
Here:


Save and you're done!


Blur:


Non-Blur:
 

NMPlay

Villager
Xy$
0.00
I have finally figured out how to get rid of the blurry backgrounds in the menus. There may be a lot of other people who have figured it out also, but I couldn't find any tutorial. So I have decided to post a small tutorial on how to do this.
is there a way to increase that blur effect on the menu ?
 
Top