~vbkaisetsu/+junk/renpy-vertical-text

« back to all changes in this revision

Viewing changes to launcher/script.rpy

  • Committer: Tom
  • Date: 2010-09-07 03:45:41 UTC
  • Revision ID: pytom@bishoujo.us-20100907034541-0gv4x25qp2to9len
Integrate updater support w/ launcher.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
init python:
2
 
    # This can be changed by distributors to control if updating Ren'Py
3
 
    # is allowed.
4
 
    update_allowed = True
5
 
 
6
2
    tutorial_path = config.renpy_base + "/tutorial"
7
3
    tutorial_exists = os.path.isdir(tutorial_path)
8
4