Calendar Placeholder
This commit is contained in:
parent
4fbb2abad7
commit
5ea5f8c2b4
@ -84,6 +84,8 @@ label day_start:
|
|||||||
game.weather = "random"
|
game.weather = "random"
|
||||||
game.daytime = True
|
game.daytime = True
|
||||||
|
|
||||||
|
cupboard_OBJ.foreground = Transform(Text(str((game.day % 28) + 1), color="#fff", outlines=[(1, "#000", 0, 0)]), pos=(40, 100))
|
||||||
|
|
||||||
# Randomisers
|
# Randomisers
|
||||||
random_gold = renpy.random.randint(8, 40)
|
random_gold = renpy.random.randint(8, 40)
|
||||||
map_randomobj.seed()
|
map_randomobj.seed()
|
||||||
|
Loading…
Reference in New Issue
Block a user