Merge branch unholy-maiden:main into main
This commit is contained in:
commit
29094f8f86
3 changed files with 1090 additions and 61 deletions
|
|
@ -149,7 +149,7 @@
|
|||
"",
|
||||
"Ability"
|
||||
],
|
||||
"gameTitle": "Unholy Maiden (Press M for Minimap) | TL: DazedAnon & O&M",
|
||||
"gameTitle": "Unholy Maiden | TL: DazedAnon & O&M",
|
||||
"gameoverMe": {
|
||||
"name": "",
|
||||
"pan": 0,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue