Shrink lables
This commit is contained in:
parent
795dbfdbd4
commit
f052434dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@
|
|||
Game_Event.prototype.initialize = function() {
|
||||
_Game_Event_initialize.apply(this, arguments);
|
||||
this._labelText = this.findLabelName();
|
||||
this._labelSize = param.fontSize || 16;
|
||||
this._labelSize = 13;
|
||||
this._labelX = PluginManagerEx.findMetaValue(this.event(), 'LB_X') || 0;
|
||||
this._labelY = PluginManagerEx.findMetaValue(this.event(), 'LB_Y') || 0;
|
||||
this._labelZ = PluginManagerEx.findMetaValue(this.event(), 'LB_Z') || 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue