I'm trying to add transparency to my images in Renpy with screenshot(). Currently using Atom and Visual Studio Code.
I'm not able to try anything due to forgetfulness. I've done it before but lost all my stuff earlier this year. I'm attempting to make a Character Generator for both Renpy and RPG Maker.
This is the code I have. define config.screenshot_crop = (0, 0, sizemex, sizemey)
The idea is to add transparency to the SS images which only captures the sprites. I can do the sizes but that's it. Currently. I just need an idea on what these codes are.