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

Project1

 找回密码
 注册会员
搜索

物品菜单

查看数: 3975 | 评论数: 3 | 收藏 1
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2019-5-21 11:15

正文摘要:

现在我们打开   物品菜单的时候 基本都是显示【物品图标    物品名字    物品数量】, 那么有什么办法可以去掉  “物品名字” 让它不显示出来, 变成【物品图标  &nbs ...

回复

soulsaga 发表于 2019-5-21 17:29:38
JAVASCRIPT 代码复制
  1. Window_Base.prototype.drawItemName = function(item, x, y, width) {
  2.     width = width || 312;
  3.     if (item) {
  4.         var iconBoxWidth = Window_Base._iconWidth + 4;
  5.         this.resetTextColor();
  6.         this.drawIcon(item.iconIndex, x + 2, y + 2);
  7.         //this.drawText(item.name, x + iconBoxWidth, y, width - iconBoxWidth);
  8.     }
  9. };

点评

谢谢了!!  发表于 2019-5-22 07:46
gg233233 发表于 2019-5-21 13:19:19
在数据库直接不写名字
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-11-28 16:38

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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