Page 1 of 1

Question. How do I change the main screen image?

Posted: Sun Jan 07, 2024 11:15 pm
by skagns1691
It seems to be working, but it keeps not working T.T I need some advice from you smart people!

Re: Question. How do I change the main screen image?

Posted: Fri Feb 02, 2024 1:21 pm
by MrXotic
To change the main screen image in Ren'Py, you need to adjust the background definition for the main menu screen.
Open the `screens.rpy` file in your Ren'Py project and locate the definition of the main menu screen.
There, you'll find the line that defines the current background image.
Change the path to your desired image and save the file.
Then, launch the game to see the new main screen image.

Remember to ensure that the new image has the correct size and format. Good luck!