Page 1 of 1

I have a question about Images

Posted: Tue May 29, 2018 12:31 pm
by JoeyAlex
So... I would like to know the image size I need make my images so they fit the screen perfectly.

https://imgur.com/gallery/tJLfhKo

This. What is the size?

Re: I have a question about Images

Posted: Tue May 29, 2018 3:22 pm
by Donmai
At the start of your gui.rpy you will see something like this:

Code: Select all

## Calling gui.init resets the styles to sensible default values, and sets the
## width and height of the game.
init python:
    gui.init(1280, 720)
The numbers between parenthesis are the width and height of your screen in pixels. That's the size and proportions your background images should be.

Re: I have a question about Images

Posted: Wed May 30, 2018 2:06 am
by Taleweaver
Moved to Ren'Py Questions.