设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 2291|回复: 1
打印 上一主题 下一主题

[有事请教] 求助,关于mog插件自定义存档界面的图层顺序

[复制链接]

Lv1.梦旅人

梦石
0
星屑
83
在线时间
12 小时
注册时间
2020-3-29
帖子
6
跳转到指定楼层
1
发表于 2020-3-31 17:14:55 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
RT,指针的图层似乎被设定在了最下方,或者说是界面背景布局的图片图层太高了,请问要如何修改才能调整布局图片的图层?

Lv3.寻梦者

梦石
0
星屑
1360
在线时间
193 小时
注册时间
2020-3-24
帖子
98
2
发表于 2020-4-11 15:45:14 | 只看该作者
我也遇到这个问题,后来我把这段代码改了改就好了
//==============================
// * 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};
};
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-5-6 20:14

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表