samuelcardillo / MMORPGMaker-MV

Plugin to transform RPG Maker MZ to MMORPG Maker MZ
https://mmorpg.samuelcardillo.com
GNU General Public License v2.0
129 stars 58 forks source link

[FIX] MMO_Overhead fix #23

Closed Andaroth closed 4 years ago

Andaroth commented 4 years ago
  1. Passed a proper Rect object as parameter on Window_Base.prototype.initialize.call => specify xand y parameters in an explicit object, which also contains height and width that were already defined.
  2. Added standardPadding & textPadding as intern function in order to copy calls that were implemented in the original Overhead code
  3. Set the plugin to true in plugins list (plugins.js)