Skip to content

Instantly share code, notes, and snippets.

@renpytom
Created August 22, 2012 19:02
Show Gist options
  • Save renpytom/3428429 to your computer and use it in GitHub Desktop.
Save renpytom/3428429 to your computer and use it in GitHub Desktop.
Ren'Py Examples
screen hour:
$ filename = "{0}.png".format(hour)
add filename xalign 1.0 yalign 0.0
label start:
$ hour = 12
show screen hour
"Now it's 12 noon."
$ hour = 13
"It's 1 PM ... in AMERICA!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment