Project1
标题:
如何添加属性前面的文字?
[打印本页]
作者:
一流浪人
时间:
2012-11-1 11:36
标题:
如何添加属性前面的文字?
本帖最后由 一流浪人 于 2012-11-1 11:52 编辑
#--------------------------------------------------------------------------
# ● 绘制能力值
#--------------------------------------------------------------------------
def draw_parameters(x, y)
draw_actor_param(@actor, x, y + line_height * 0 - 0,2) #物理攻击
draw_actor_param(@actor, x, y + line_height * 1 + 0,3) #物理防御
draw_actor_xparam(@actor, x, y + line_height * 2 + 0,0) #命中率
draw_actor_xparam(@actor, x, y + line_height * 3 + 0,1) #闪避率
draw_actor_xparam(@actor, x, y + line_height * 4 + 0,2) #必杀率
draw_actor_xparam(@actor, x, y + line_height * 5 + 0,3) #闪避必杀率
draw_actor_xparam(@actor, x, y + line_height * 6 + 0,6) #反击率
如何添加属性前面的文字?还有怎么样把 命中率0.95乘100等于95生成?
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1