HOW TO USE: First you wanna click "see inside", you will see a sprite called "Scanner". Go into that sprite and navigate your way to the when space key pressed event. There you'll find 3 variables called "BATCH COUNT", "RES_X", and "RES_Y". Batch count is a dangerous variable, as it can cause lag at higher resolutions if it is set to a high number, because it refers to how many numbers to string together at once. Res x & y are pretty self explanatory, they refer to the resolution on the x and y, but the render's pen size does NOT change automatically, so you need to set it manually.