Ren'Py Huge transparent area after resizing

tazthecat

Newbie
Sep 2, 2021
38
18
Hello,

New to developing so i run into a lot of problems.

I was using images in Ren'Py that where 3840x2160 (defaut daz setting i use)
now i tried to change them to 1920x1080 to save some space. But in ren'Py they all show with a huge transparent area around them.

What did I do wrong here? I just dont get it.

Can you give me some advice? it seems like the icon in the windows folder also shows this, but when i open the image itself, i dont see it.
Schermafbeelding 2024-03-28 145204.png
 

clowns234

Engaged Member
Game Developer
May 2, 2021
3,043
4,717
This is what you would expect when displaying a 1920x1080 pic on a Renpy screen set up for 3840x2160.
Did you resize all your renders. If so, you would need to make sure Renpy is set up for 1920x1080 in gui.rpy.
 

tazthecat

Newbie
Sep 2, 2021
38
18
This is what you would expect when displaying a 1920x1080 pic on a Renpy screen set up for 3840x2160.
Did you resize all your renders. If so, you would need to make sure Renpy is set up for 1920x1080 in gui.rpy.
So there is no way to automatically resize images to current screen size? Only if I would give every image a size manually?