Make battlelog readable
This commit is contained in:
parent
30b69ab0dc
commit
f5e20dbcd5
3 changed files with 2062 additions and 2062 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -220,7 +220,7 @@ var MPPlugin = {};
|
|||
MPPlugin.NotDisplaySkils = convertParam('Not Display Skils');
|
||||
|
||||
MPPlugin.LogWindowY = Number(parameters['Log Window Y'] || 0);
|
||||
MPPlugin.LogWindowWidth = Number(parameters['Log Window Width'] || 816);
|
||||
MPPlugin.LogWindowWidth = Number(916);
|
||||
MPPlugin.LineHeight = Number(parameters['Line Height'] || 30);
|
||||
MPPlugin.FontSize = Number(parameters['Font Size'] || 24);
|
||||
|
||||
|
|
@ -330,7 +330,7 @@ Window_BattleLog.prototype.lineHeight = function() {
|
|||
|
||||
//
|
||||
Window_BattleLog.prototype.standardFontSize = function() {
|
||||
return MPPlugin.FontSize;
|
||||
return MPPlugin.FontSize - 4;
|
||||
};
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue