Skip to content

Instantly share code, notes, and snippets.

@renpytom
Created September 21, 2012 20:33
Show Gist options
  • Save renpytom/3763732 to your computer and use it in GitHub Desktop.
Save renpytom/3763732 to your computer and use it in GitHub Desktop.
init python:
def transition_callback(kind, interact=True, **kwargs):
if interact and type == 'begin':
renpy.transition(dissolve, layer='master')
config.all_character_callbacks.append(transition_callback)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment