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

Project1

 找回密码
 注册会员
搜索

怎么把菜单中的HP槽和MP槽加长?

查看数: 2088 | 评论数: 1 | 收藏 1
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2021-8-30 01:30

正文摘要:

本帖最后由 逸生ya 于 2021-8-30 01:32 编辑 如题,需要插件还是改代码?

回复

xiamumomo 发表于 2021-9-4 19:02:07
JAVASCRIPT 代码复制下载
  1. Window_Base.prototype.drawActorSimpleStatus = function(actor, x, y, width) {
  2.     var lineHeight = this.lineHeight();
  3.     var x2 = x + 180;
  4.     var width2 = Math.min(200, width - 180 - this.textPadding());
  5.     this.drawActorName(actor, x, y);
  6.     this.drawActorLevel(actor, x, y + lineHeight * 1);
  7.     this.drawActorIcons(actor, x, y + lineHeight * 2);
  8.     this.drawActorClass(actor, x2, y);
  9.     this.drawActorHp(actor, x2, y + lineHeight * 1, width2);
  10.     this.drawActorMp(actor, x2, y + lineHeight * 2, width2);
  11. };

这个是菜单的   如果状态也需要的话再找我
打开工程文件的JS里面有一个rpg_windows.js你可以用记事本或者DW打开  
然后找到这一串代码   
如何修改  width2 这个是宽度 你可以修改基础值var width2 = Math.min(200, width - 180 - this.textPadding());
或则直接在 this.drawActorHp(actor, x2, y + lineHeight * 1, width2 * 2);基础值 X 2长度
虽然你HP显示条长度增加但是需要修改X2位置因为X2相当于显示起点
如果还有不会的可以加群问吧  727783732  密码5378938

QQ图片20210904185936.png (381.28 KB, 下载次数: 23)

QQ图片20210904185936.png

评分

参与人数 1+1 收起 理由
逸生ya + 1 认可答案

查看全部评分

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

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

GMT+8, 2024-11-16 11:42

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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