Adjsut boxes
This commit is contained in:
parent
4e5dc68f87
commit
b36895b54c
2 changed files with 3 additions and 3 deletions
|
|
@ -9052,7 +9052,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\c[3]Difficulty [Easy]】\\c[0]"
|
||||
"\\c[3]Difficulty [Easy]\\c[0]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -9076,7 +9076,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"\\c[3]Difficulty [Normal】\\c[0]"
|
||||
"\\c[3]Difficulty [Normal\\c[0]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4282,7 +4282,7 @@ Window_Message.prototype.windowWidth = function() {
|
|||
};
|
||||
|
||||
Window_Message.prototype.windowHeight = function() {
|
||||
return this.fittingHeight(this.numVisibleRows());
|
||||
return this.fittingHeight(this.numVisibleRows() + 1);
|
||||
};
|
||||
|
||||
Window_Message.prototype.clearFlags = function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue