Hi all,
So basically, I want to change the main menu image four times a day:
- from 6:00 AM to 11:00 AM - the first image
- from 11:00 AM to 06:00 PM - the second image
- from 06:00 PM to 09:00 PM - the third image
- from 09:00 PM to 06:00 AM - the fourth image
It doesn't look like an utterly impossible task, yet I have no particular idea.
Could you please help me with how I can do this? Thanks.
P.S. Should I go to gui.rpy to do the following?
So basically, I want to change the main menu image four times a day:
- from 6:00 AM to 11:00 AM - the first image
- from 11:00 AM to 06:00 PM - the second image
- from 06:00 PM to 09:00 PM - the third image
- from 09:00 PM to 06:00 AM - the fourth image
It doesn't look like an utterly impossible task, yet I have no particular idea.
Could you please help me with how I can do this? Thanks.
P.S. Should I go to gui.rpy to do the following?
Code:
define gui.main_menu_background = ["images/start1.png", "images/start2.png", "images/start3.png", "images/start4.png"]