From 150c02b05b67874d8cf8c06f734df8af3abfeda5 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sun, 9 Oct 2022 15:16:13 -0400 Subject: [PATCH] Update manual --- docsrc/manual/settings-and-options.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docsrc/manual/settings-and-options.rst b/docsrc/manual/settings-and-options.rst index ac141180..198fdb56 100644 --- a/docsrc/manual/settings-and-options.rst +++ b/docsrc/manual/settings-and-options.rst @@ -55,5 +55,7 @@ your project root as ``porymap.user.cfg``. You should add this file to your giti ``custom_scripts``, , user, yes, A list of script files to load into the scripting engine ``prefabs_filepath``, ``/prefabs.json``, project, yes, The filepath containing prefab JSON data ``prefabs_import_prompted``, 0, project, no, Keeps track of whether or not the project was prompted for importing default prefabs + ``tilesets_have_callback``, 1, project, yes, Whether new tileset headers should have the ``callback`` field + ``tilesets_have_is_compressed``, 1, project, yes, Whether new tileset headers should have the ``isCompressed`` field Some of these settings can be toggled manually in porymap via the *Options* menu.