- Mar 22, 2019
- 66
- 22
Hey everyone,recently started using ren'py and have come across a problem. My image files 1920x1080 seem to be cropping each time, they do not display the full image. Here is my code:
image pic1 = im.Scale("1.png", 1920, 1080)
image pic2 = im.Scale("2.png", 1920, 1080)
Any ways to fix this so the full image can be displayed?
image pic1 = im.Scale("1.png", 1920, 1080)
image pic2 = im.Scale("2.png", 1920, 1080)
Any ways to fix this so the full image can be displayed?