Code: Select all
screen journal_open:
## Blah blah
imagemap:
hotspot (34,13,433,433) action ShowTransitent("mapScreen")
screen mapScreen:
add map
textbutton "Done":
pos (10, 10)
action Return()
Code: Select all
screen journal_open:
## Blah blah
imagemap:
hotspot (34,13,433,433) action ShowTransitent("mapScreen")
screen mapScreen:
add map
textbutton "Done":
pos (10, 10)
action Return()
Code: Select all
xoffset (renpy.random.random() * 0.0001)