Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
I was wondering where I can get the coding that will tell me how zoom_x and zoom_y work. I think they're in class Sprite or RPG::Sprite. But I don't know how I can get my hands them.
question = so what would be the code for lets making a window twice its normal size?
<window>.zoom_x += .1 if <window>.zoom_x != 2.0
<window>.zoom_y += .1 if <window>.zoom_y != 2.0
No, zoom_x and zoom_y are for Sprites. If you wanna make your windows bigger then I you'd have to mess around with the super(x, y, width, height) part of the code.