Created
April 30, 2021 15:52
-
-
Save triacontane/0052fed8302346b3683753318637e536 to your computer and use it in GitHub Desktop.
ステータス画面のウィンドウの高さを調整
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(()=> { | |
'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