I have a situation in which three similar events can take place, just with different characters. So I got one working and just copied the code twice, changing the image directory, character and label names as appropriate.
The first two worked fine, but the third showed the images too large, even though the actual picture dimensions are exactly the same. It was as if Renpy (7.3.5) had scaled from window to full screen twice. After much faffing around, I eventually got the third set to display correctly by using "zoom 1.0".
So my questions are:
Do any of you Renpy experts have an idea how I managed to get the third set of pictures displayed too large?
Is there any way I can avoid this and not have to format each image with zoom 1.0?
Thanks in advance.
The first two worked fine, but the third showed the images too large, even though the actual picture dimensions are exactly the same. It was as if Renpy (7.3.5) had scaled from window to full screen twice. After much faffing around, I eventually got the third set to display correctly by using "zoom 1.0".
So my questions are:
Do any of you Renpy experts have an idea how I managed to get the third set of pictures displayed too large?
Is there any way I can avoid this and not have to format each image with zoom 1.0?
Thanks in advance.