6 lines
No EOL
179 B
JavaScript
6 lines
No EOL
179 B
JavaScript
(() => {
|
|
'use strict';
|
|
Scene_Message.prototype.messageWindowRect = function () {
|
|
return new Rectangle(0, 0, Graphics.boxWidth, this.calcWindowHeight(4, false));
|
|
};
|
|
})(); |