Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created August 12, 2021 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triacontane/d5abfcd1781c4aca4e22df9b98ccf433 to your computer and use it in GitHub Desktop.
Save triacontane/d5abfcd1781c4aca4e22df9b98ccf433 to your computer and use it in GitHub Desktop.
メッセージウィンドウの余白変更 メッセージウィンドウの余白変更
/*:
* @plugindesc サンプルコード
* @target MZ
*/
(()=> {
'use strict';
Window_Message.prototype.updatePadding = function() {
this.padding = 50;
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment