I'm attempting to zoom in on one of my character's sprites, but everytime i try to use zoom_x or zoom_y i get an NameError for them.
the code i'm using is a copy of the draw_actor_graphic method of Window_Base. I get the feeling that it is due to RPG::Cache making it a bitmap. Is there a way to mke it into a sprite?
the code i'm using is a copy of the draw_actor_graphic method of Window_Base. I get the feeling that it is due to RPG::Cache making it a bitmap. Is there a way to mke it into a sprite?