Skip to content

Instantly share code, notes, and snippets.

@renpytom
Created September 11, 2012 22:23
Show Gist options
  • Save renpytom/3702579 to your computer and use it in GitHub Desktop.
Save renpytom/3702579 to your computer and use it in GitHub Desktop.
screen switch_language:
vbox:
textbutton "Normal" action Language(None)
textbutton "Translated" action Language("test")
# The game starts here.
label start:
show screen switch_language
"Line A"
"Line B"
menu:
"Menu Caption"
"Menu Choice 1":
"Choice 1"
"Menu Choice 2":
"Choice 2"
"Line C"
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment