Project1

标题: 求助,关于mog插件自定义存档界面的图层顺序 [打印本页]

作者: yititake    时间: 2020-3-31 17:14
标题: 求助,关于mog插件自定义存档界面的图层顺序
RT,指针的图层似乎被设定在了最下方,或者说是界面背景布局的图片图层太高了,请问要如何修改才能调整布局图片的图层?
作者: ranatwo    时间: 2020-4-11 15:45
我也遇到这个问题,后来我把这段代码改了改就好了
//==============================
// * create
//==============================
var _mog_sfile_create = Scene_File.prototype.create;
Scene_File.prototype.create = function() {
    _mog_sfile_create.call(this)
        this.createLayout();
        this.createActorPicture();
        this.createCursor();
        this.createParBack();
    this.createWindowData();
        this.createSnapImg();
        if (this._listWindow._index < 0 || this._listWindow._index > Moghunter.scFile_MaxData-1 ) {this._listWindow._index = 0};
};




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1