Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created April 30, 2021 15:52
Show Gist options
  • Save triacontane/0052fed8302346b3683753318637e536 to your computer and use it in GitHub Desktop.
Save triacontane/0052fed8302346b3683753318637e536 to your computer and use it in GitHub Desktop.
ステータス画面のウィンドウの高さを調整
(()=> {
'use strict';
Scene_Status.prototype.statusParamsHeight = function() {
return 300;
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment