kakuriyo/js/plugins/Message_row.js
2023-06-29 14:42:52 -05:00

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));
};
})();