diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-08 16:36:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-08 16:36:18 -0300 |
commit | 168298c594b7bcda5b044b1537a2f240e830b766 (patch) | |
tree | a46731daeba830af7b1b5bfd108eed795fc6c52d /game/options.rpy | |
parent | f9be76eb6391b4492e3e2987b6f24ec2343a8309 (diff) | |
download | renpy-168298c594b7bcda5b044b1537a2f240e830b766.tar.gz renpy-168298c594b7bcda5b044b1537a2f240e830b766.tar.bz2 renpy-168298c594b7bcda5b044b1537a2f240e830b766.tar.xz renpy-168298c594b7bcda5b044b1537a2f240e830b766.zip |
Disable rollback and clean up some Ren'Py default interface good for VN only
Diffstat (limited to 'game/options.rpy')
-rw-r--r-- | game/options.rpy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/options.rpy b/game/options.rpy index 2dd1832..c7eb344 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -49,7 +49,8 @@ define build.name = "Mana-Launcher" define config.autoreload = False define config.save_on_mobile_background = False define config.has_autosave = False - +define config.hard_rollback_limit = 0 +define config.rollback_enabled = False ## Sounds and music ############################################################ |