回复 Rion幻音 的帖子 怎么删? |
|
楼主就不要数值的血条了?就直接用血条表示? 看不到血的数值?就只有一条血条在角色下面? |
回复 Rion幻音 的帖子 谢谢,测试中 |
本帖最后由 Rion幻音 于 2010-11-7 11:41 编辑 回复 冰舞蝶恋 的帖子 LZ……我已经尽力了……无法完成啊~ 魔力方面的话…… def draw_actor_mp(actor, x, y) back = Cache.system("Meter_Back") cw = back.width ch = back.height src_rect = Rect.new(0, 0, cw, ch) self.contents.blt(x + 65, y - ch + 30, back, src_rect) meter = Cache.system("MP_Meter") cw = meter.width * actor.mp / actor.maxmp ch = meter.height src_rect = Rect.new(0, 0, cw, ch) self.contents.blt(x + 65, y - ch + 30, meter, src_rect) text = Cache.system("MP_Text") cw = text.width ch = text.height src_rect = Rect.new(0, 0, cw, ch) self.contents.blt(x + 35, y - ch + 30, text, src_rect) self.contents.font.color = Color.new(255,255,255,255) self.contents.draw_text(x + 81, y - 1, 48, 32, actor.mp.to_s, 2) self.contents.font.color = Color.new(255,255,255,255) self.contents.draw_text(x + 80, y - 2, 48, 32, actor.mp.to_s, 2) end |
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2025-1-13 10:28
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.