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.
Re-size Actor Face Graphic?
● ARCHIVED · READ-ONLY
-
-
It's not scale. Try contents.stretch_blt
-
Thank you TheoAllen, you pointed me on the right track. I got it working with that.