Calendar Placeholder

This commit is contained in:
LoafyLemon 2024-04-22 21:54:04 +01:00
parent 4fbb2abad7
commit 5ea5f8c2b4
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ label day_start:
game.weather = "random"
game.daytime = True
cupboard_OBJ.foreground = Transform(Text(str((game.day % 28) + 1), color="#fff", outlines=[(1, "#000", 0, 0)]), pos=(40, 100))
# Randomisers
random_gold = renpy.random.randint(8, 40)
map_randomobj.seed()