现在我们打开 物品菜单的时候 基本都是显示【物品图标 物品名字 物品数量】, 那么有什么办法可以去掉 “物品名字” 让它不显示出来, 变成【物品图标 &nbs ...
Window_Base.prototype.drawItemName = function(item, x, y, width) { width = width || 312; if (item) { var iconBoxWidth = Window_Base._iconWidth + 4; this.resetTextColor(); this.drawIcon(item.iconIndex, x + 2, y + 2); //this.drawText(item.name, x + iconBoxWidth, y, width - iconBoxWidth); }};
Window_Base.prototype.drawItemName = function(item, x, y, width) { width = width || 312; if (item) { var iconBoxWidth = Window_Base._iconWidth + 4; this.resetTextColor(); this.drawIcon(item.iconIndex, x + 2, y + 2); //this.drawText(item.name, x + iconBoxWidth, y, width - iconBoxWidth); } };
折叠内容标题(非必须)
折叠内容
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-28 16:38
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.