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

Project1

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

[已经过期] HP 这类的字如何定义?

[复制链接]

Lv1.梦旅人

梦石
0
星屑
50
在线时间
26 小时
注册时间
2017-4-15
帖子
10
跳转到指定楼层
1
发表于 2017-4-19 19:24:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

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

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

x
想加入个疲劳值系统,修改后发现只是加了个条而已,前面没有字。。。是不是要在哪里定义一下这个如HP MP这样的图片?
如HP----
   MP----
       ----


Game_Battler
  #--------------------------------------------------------------------------
  def self.pl;          basic(8);     end   # PL
  def self.pl_a;        basic(9);     end   # PL(缩写)
  #--------------------------------------------------------------------------
end
Window_Base
  #--------------------------------------------------------------------------
  # ● 获取各种文字颜色
  #--------------------------------------------------------------------------
  def pl_gauge_color1;   text_color(26);  end;    # PL 值槽 1
  def pl_gauge_color2;   text_color(27);  end;    # PL 值槽 2  
  #--------------------------------------------------------------------------
  # ● 获取 PL 的文字颜色
  #--------------------------------------------------------------------------
  def pl_color(actor)
    return normal_color
  end
  #--------------------------------------------------------------------------
  # ● 绘制 PL
  #--------------------------------------------------------------------------
  def draw_actor_pl(actor, x, y, width = 124)
    draw_gauge(x, y, width, actor.pl_rate, pl_gauge_color1, pl_gauge_color2)
    change_color(system_color)
    draw_text(x, y, 30, line_height, Vocab::pl_a)
    change_color(tp_color(actor))
    draw_text(x + width - 42, y, 42, line_height, actor.tp.to_i, 2)
  end
#--------------------------------------------------------------------------
  # ● 绘制简单的状态
  #--------------------------------------------------------------------------
  def draw_actor_simple_status(actor, x, y)
    draw_actor_name(actor, x, y)
    draw_actor_level(actor, x, y + line_height * 1)
    draw_actor_icons(actor, x, y + line_height * 2)
    draw_actor_class(actor, x + 120, y)
    draw_actor_hp(actor, x + 120, y + line_height * 1)
    draw_actor_mp(actor, x + 120, y + line_height * 2)
    draw_actor_pl(actor, x + 120, y + line_height * 3)
end
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

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

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

GMT+8, 2024-11-17 08:51

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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