- Sep 27, 2018
- 270
- 376
I am hoping someone with a bit more knowledge of RenPy can help.
I call a screen which updates the interface:
However what I would like to happen is for it to display the location the player has just gone to for x seconds and then replace that text with the date/time info.
This doesn't need to repeat.
I'm guessing there should be some way to encapsulate it in an image and then add that image to a animation?
I call a screen which updates the interface:
Code:
text "[clock.weekday] (Day: [clock.day])"
This doesn't need to repeat.
I'm guessing there should be some way to encapsulate it in an image and then add that image to a animation?