Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created May 19, 2021 16:09
Show Gist options
  • Save triacontane/aaa12cd828993cdd32afa9d5fbbe1897 to your computer and use it in GitHub Desktop.
Save triacontane/aaa12cd828993cdd32afa9d5fbbe1897 to your computer and use it in GitHub Desktop.
メニューコマンドの高さ変更
(function() {
'use strict';
Window_MenuCommand.prototype.lineHeight = function() {
return 64;
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment