The image used on the Ren'Py main page and game menus is defined in your gui settings by the following.
I was wondering if it was possible to have either a random image from a group of images or a slideshow of images to be used instead of just a single image. Not sure whether it is even possible in Ren'Py, however thought it would nice to add some variety.
Note: Have already tried using an image series and a gif file with no success.
Python:
define gui.main_menu_background = "gui/main_menu.jpg"
define gui.game_menu_background = "gui/game_menu.jpg"
Note: Have already tried using an image series and a gif file with no success.