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)#显示HP
draw_actor_mp(actor, x + 120, y + line_height * 2)#显示MP
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)#显示HP
draw_actor_mp(actor, x + 120, y + line_height * 2)#显示MP