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

Project1

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

[有事请教] 【求助】求问关于mog自定义物品栏

[复制链接]

Lv2.观梦者

梦石
0
星屑
259
在线时间
44 小时
注册时间
2021-10-17
帖子
3
跳转到指定楼层
1
发表于 2024-11-9 01:17:15 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式

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

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

x
用了mog_sceneitem的插件,请问如何调整物品选择光标的位置(如图↓

另外想要把图标放大文字删除 请问该如何修改
先感谢各位大佬了

Lv2.观梦者

梦石
0
星屑
259
在线时间
44 小时
注册时间
2021-10-17
帖子
3
2
 楼主| 发表于 2024-11-9 01:23:51 | 只看该作者
小白研究了一下午决定修改了这段,发现文字图标下去了光标还是在原来的位置(...

  1. //==============================
  2. // * drawItem
  3. //==============================
  4. Window_ItemListM.prototype.drawItem = function(index) {
  5.         this.contents.fontSize = Moghunter.scItem_ItemWindow_fontsize;
  6.     var item = this._data[index];
  7.     if (item) {
  8.         var numberWidth = this.numberWidth();
  9.         var rect = this.itemRect(index);
  10.         rect.width -= this.textPadding();
  11.         this.changePaintOpacity(this.isEnabled(item));
  12.         this.drawItemName(item, rect.x, rect.y, rect.width - numberWidth);
  13.         this.drawItemNumber(item, rect.x, rect.y, rect.width);
  14.         this.changePaintOpacity(1);
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则

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

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

GMT+8, 2024-11-22 04:35

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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