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

Project1

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

[已经过期] 关于以前的一个血条脚本的问题。

[复制链接]

Lv4.逐梦者

梦石
8
星屑
6347
在线时间
1025 小时
注册时间
2010-7-26
帖子
1404
跳转到指定楼层
1
发表于 2011-1-27 22:45:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

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

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

x
本帖最后由 quanhome 于 2011-1-27 23:40 编辑
  1. class Window_Base
  2.   def draw_actor_hp(actor, x, y)
  3.     back = Cache.system("Meter_Back")   
  4.     cw = back.width  
  5.     ch = back.height
  6.     src_rect = Rect.new(0, 0, cw, ch)   
  7.     self.contents.blt(x + 65, y - ch + 30, back, src_rect)
  8.     meter = Cache.system("HP_Meter")   
  9.     cw = meter.width  * actor.hp / actor.maxhp
  10.     ch = meter.height
  11.     src_rect = Rect.new(0, 0, cw, ch)
  12.     self.contents.blt(x + 65, y - ch + 30, meter, src_rect)
  13.     text = Cache.system("HP_Text")   
  14.     cw = text.width  
  15.     ch = text.height
  16.     src_rect = Rect.new(0, 0, cw, ch)
  17.     self.contents.blt(x + 35, y - ch + 30, text, src_rect)
  18.     self.contents.font.color = Color.new(255,255,255,255)
  19.     self.contents.draw_text(x + 81, y - 1, 48, 32, actor.hp.to_s, 2)
  20.     self.contents.font.color = Color.new(255,255,255,255)
  21.     self.contents.draw_text(x + 80, y - 2, 48, 32, actor.hp.to_s, 2)   
  22.   end
  23.   def draw_actor_mp(actor, x, y)
  24.     back = Cache.system("Meter_Back")   
  25.     cw = back.width  
  26.     ch = back.height
  27.     src_rect = Rect.new(0, 0, cw, ch)   
  28.     self.contents.blt(x + 65, y - ch + 30, back, src_rect)
  29.     meter = Cache.system("MP_Meter")   
  30.     cw = meter.width  * actor.mp / actor.maxmp
  31.     ch = meter.height
  32.     src_rect = Rect.new(0, 0, cw, ch)
  33.     self.contents.blt(x + 65, y - ch + 30, meter, src_rect)
  34.     text = Cache.system("MP_Text")   
  35.     cw = text.width  
  36.     ch = text.height
  37.     src_rect = Rect.new(0, 0, cw, ch)
  38.     self.contents.blt(x + 35, y - ch + 30, text, src_rect)
  39.     self.contents.font.color = Color.new(255,255,255,255)
  40.     self.contents.draw_text(x + 81, y - 1, 48, 32, actor.mp.to_s, 2)
  41.     self.contents.font.color = Color.new(255,255,255,255)
  42.     self.contents.draw_text(x + 80, y - 2, 48, 32, actor.mp.to_s, 2)   
  43.   end
  44. end
复制代码
脚 本中的一些错误已经找到一些,,,。但是  这个脚本加上以后   就没有  max hp  了     如 原来是  hp:  430/430  现在只有  hp: 430。。。。请教下 如何变回  有 max hp 那种样式。。。。


《尘沙的选择》2D动作射击剧情解谜末世题材独立游戏
STEAM地址
《午餐13:血肉机器 》全新故事线版本
STEAM连接

Lv1.梦旅人

梦石
0
星屑
150
在线时间
116 小时
注册时间
2011-1-23
帖子
121
2
发表于 2011-1-29 17:14:10 | 只看该作者
??????????????????????????:dizzy:
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

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

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

GMT+8, 2024-11-14 00:31

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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