76ba294af3
When the user goes to edit something and no editor has been selected, the launcher will prompt the creator to select an editor. If the editor selected is not installed, it will be downloaded and installed.
5 lines
128 B
Python
5 lines
128 B
Python
import renpy
|
|
|
|
# Pass the file off to the system editor (as determined by file associations).
|
|
Editor = renpy.editor.SystemEditor
|