summaryrefslogtreecommitdiff
path: root/game/options.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-29 18:01:12 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-29 18:01:12 -0300
commit563ee9b2fa01d56402af54258d9f50c6c4b83978 (patch)
tree51ed6e24014e946c865feda116f299b8c16f1438 /game/options.rpy
parenta4eee47265e06d302fc482e68a2abcdd6cd97c81 (diff)
downloadclient-563ee9b2fa01d56402af54258d9f50c6c4b83978.tar.gz
client-563ee9b2fa01d56402af54258d9f50c6c4b83978.tar.bz2
client-563ee9b2fa01d56402af54258d9f50c6c4b83978.tar.xz
client-563ee9b2fa01d56402af54258d9f50c6c4b83978.zip
Disable screen prediction entirely.
Probably not needed, but it worked so smoothly on mobile, that I made it final.
Diffstat (limited to 'game/options.rpy')
-rw-r--r--game/options.rpy3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy
index 16b5c31..09d7ebb 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -26,6 +26,9 @@ init -2 python:
define gui.show_name = True
define _confirm_quit = False
+## Debug
+#define config.profile = True
+
## Text that is placed on the game's about screen. Place the text between the
## triple-quotes, and leave a blank line between paragraphs.