Project1
标题:
怎么样设置HP啊!
[打印本页]
作者:
乖乖的狼
时间:
2009-12-6 11:40
提示:
作者被禁止或删除 内容自动屏蔽
作者:
夏季冰川
时间:
2009-12-6 11:48
Window_Base 232 行下面添加:
self.contents.font.color = normal_color
self.contents.draw_text(hp_x + 48, y, 12, 32, "/", 1)
self.contents.draw_text(hp_x + 60, y, 48, 32, actor.maxhp.to_s)
复制代码
作者:
乖乖的狼
时间:
2009-12-6 13:05
提示:
作者被禁止或删除 内容自动屏蔽
作者:
夏季冰川
时间:
2009-12-6 13:59
本帖最后由 夏季冰川 于 2009-12-6 14:01 编辑
调调坐标就好了:(不用改字体)
232行开始:
self.contents.draw_text(hp_x-40, y, 48, 32, actor.hp.to_s, 2)
self.contents.font.color = normal_color
self.contents.draw_text(hp_x + 8, y, 12, 32, "/", 1)
self.contents.draw_text(hp_x + 20, y, 48, 32, actor.maxhp.to_s)
复制代码
改字体的话,在前面加一句:
self.contents.font.size = 15
复制代码
作者:
乖乖的狼
时间:
2009-12-6 14:49
提示:
作者被禁止或删除 内容自动屏蔽
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1