Re-size Actor Face Graphic?

● ARCHIVED · READ-ONLY
Started by Caedmon 3 posts View original ↗
  1. Is there a way to re-size the actor face graphic in a window?   If I am simply using:

        draw_actor_face(@actor, 0, 0)

    I tried to throw .scale(1.5) in there but to no avail.  
  2. It's not scale. Try contents.stretch_blt
  3. Thank you TheoAllen, you pointed me on the right track.  I got it working with that.