You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/JSON_DOC.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,13 @@ Value | Type | Description
41
41
`flags`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Array of Enum | An array containing various advanced flags (ie. options or other states).<br/> Possible values: `DiscardPreCsvIntGrid`, `ExportOldTableOfContentData`, `ExportPreCsvIntGridFormat`, `IgnoreBackupSuggest`, `PrependIndexToLevelFileNames`, `MultiWorlds`, `UseMultilinesType`
42
42
`identifierStyle`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Enum | Naming convention for Identifiers (first-letter uppercase, full uppercase etc.)<br/> Possible values: `Capitalize`, `Uppercase`, `Lowercase`, `Free`
43
43
`imageExportMode`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Enum | "Image export" option when saving project.<br/> Possible values: `None`, `OneImagePerLayer`, `OneImagePerLevel`, `LayersAndLevels`
44
+
`jsonStyle`<br/><supclass="internal">*Only used by editor*</sup> | Enum | JSON style<br/> Possible values: `Minified`, `Compact`, `Full`
44
45
`levelNamePattern`<br/><supclass="internal">*Only used by editor*</sup><br/>  | String | The default naming convention for level identifiers.
45
-
`minifyJson`<br/><supclass="internal">*Only used by editor*</sup> | Bool | If TRUE, the Json is partially minified (no indentation, nor line breaks, default is FALSE)
46
46
`nextUid`<br/><supclass="internal">*Only used by editor*</sup> | Int | Next Unique integer ID available
47
47
`pngFilePattern`<br/><supclass="internal">*Only used by editor*</sup><br/>  | String *(can be `null`)* | File naming pattern for exported PNGs
48
48
`simplifiedExport`<br/><supclass="internal">*Only used by editor*</sup><br/>  | Bool | If TRUE, a very simplified will be generated on saving, for quicker & easier engine integration.
49
49
`tutorialDesc`<br/><supclass="internal">*Only used by editor*</sup><br/>  | String *(can be `null`)* | This optional description is used by LDtk Samples to show up some informations and instructions.
50
+
~~`minifyJson`~~<br/><supclass="internal">*Only used by editor*</sup><br/><supclass="deprecated">*DEPRECATED!*</sup><br/> | Bool | **WARNING**: this deprecated value will be *removed* completely on version 1.7.0+<br/> <br/> Replaced by: `jsonStyle`
50
51
~~`exportPng`~~<br/><supclass="internal">*Only used by editor*</sup><br/><supclass="deprecated">*DEPRECATED!*</sup><br/>  | Bool *(can be `null`)* | **WARNING**: this deprecated value is no longer exported since version 0.9.3<br/> <br/> Replaced by: `imageExportMode`
0 commit comments