def draw_parameters(x, y)
draw_actor_param(@actor, x, y + line_height * 0, 0)
draw_actor_param(@actor, x, y + line_height * 1, 1)
draw_actor_param(@actor, x, y + line_height * 2, 2)
draw_actor_param(@actor, x, y + line_height * 3, 3)
draw_actor_param(@actor, x, y + line_height * 4, 4)
draw_actor_param(@actor, x, y + line_height * 5, 5)
draw_actor_param(@actor, x, y + line_height * 6, 6)
end
def draw_parameters(x, y)
draw_actor_param(@actor, x, y + line_height * 0, 0)
draw_actor_param(@actor, x, y + line_height * 1, 1)
draw_actor_param(@actor, x, y + line_height * 2, 2)
draw_actor_param(@actor, x, y + line_height * 3, 3)
draw_actor_param(@actor, x, y + line_height * 4, 4)
draw_actor_param(@actor, x, y + line_height * 5, 5)
draw_actor_param(@actor, x, y + line_height * 6, 6)
end