Hi,
you must calculate the angle.
tan^−1 delta_y/delta_x=θ
Where θ is yor angle, delta_y and delta_x are coordinate difference between your character (player and enemie).
Calculated the angle you can draw image rotated, using
draw_rot method instead of
draw.
Maybe this mine little Ruby test can helps you , how to use
draw_rot