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.
Added standardPadding & textPadding as intern function in order to copy calls that were implemented in the original Overhead code
Set the plugin to true in plugins list (plugins.js)
Reset the Overhead color tags to default in order to serve the exact same configuration as in MV.
Window_Base.prototype.initialize.call
=> specifyx
andy
parameters in an explicit object, which also containsheight
andwidth
that were already defined.standardPadding
&textPadding
as intern function in order to copy calls that were implemented in the original Overhead codetrue
in plugins list (plugins.js
)