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

Project1

 找回密码
 注册会员
搜索

隐藏血条、蓝条等信息?

查看数: 2045 | 评论数: 2 | 收藏 6
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2022-7-18 23:18

正文摘要:

如何隐藏掉血条、蓝条、等级等信息呀?纯解密剧情向游戏 没有战斗

回复

xiamumomo 发表于 2022-7-18 23:18:14
打开工程文件js rpg_Windows  用记事本或者DW都可以  ctrl+F搜索
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. };

将下面的
    this.drawActorHp(actor, x2, y + lineHeight * 1, width2);
    this.drawActorMp(actor, x2, y + lineHeight * 2, width2);
这两句删掉 这个是菜单界面的

评分

参与人数 1+1 收起 理由
alexncf125 + 1 塞糖

查看全部评分

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

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

GMT+8, 2024-11-10 20:32

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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