- Joined
- Jun 29, 2015
- Messages
- 107
- Reaction score
- 50
- First Language
- French
Menu Background and Windows Opacity
By Rito
In the vidéo there are Command Icons by Atreyo Ray and Animated Menu (for particules) by Soulpour77
Description
Adds background for each menu and modified each opacity windows. Empty parameter in background file = transparent default.
Script
Rito_Menu_Background.js
Usage
Free for commercial games but, please credit me, and contact me for discover your game
Demo
Google drive (16mo) - Inclued some plugins of Yanfly and Rito's GameEnd Custom.
Bonus
Inclu the modMenu by Bodkaa for location window (modified version). I just modified that :
var Imported = Imported || {};Imported.ModMenu = true;And that (for center text) :
Window_Location.prototype.refresh = function() { this.contents.clear(); var width = this.contentsWidth(); this.drawText($gameMap.displayName(), 0, 0, 180, 'center');};Changelog
1.0 - Release !
By Rito
In the vidéo there are Command Icons by Atreyo Ray and Animated Menu (for particules) by Soulpour77
Description
Adds background for each menu and modified each opacity windows. Empty parameter in background file = transparent default.
Script
Rito_Menu_Background.js
Usage
Free for commercial games but, please credit me, and contact me for discover your game
Demo
Google drive (16mo) - Inclued some plugins of Yanfly and Rito's GameEnd Custom.
Bonus
Inclu the modMenu by Bodkaa for location window (modified version). I just modified that :
var Imported = Imported || {};Imported.ModMenu = true;And that (for center text) :
Window_Location.prototype.refresh = function() { this.contents.clear(); var width = this.contentsWidth(); this.drawText($gameMap.displayName(), 0, 0, 180, 'center');};Changelog
1.0 - Release !
Last edited by a moderator:
