summaryrefslogtreecommitdiff
path: root/game/options.rpy
diff options
context:
space:
mode:
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.