|
5 | 5 | "doc": "https://ldtk.io/json", |
6 | 6 | "schema": "https://ldtk.io/files/JSON_SCHEMA.json", |
7 | 7 | "appAuthor": "Sebastien 'deepnight' Benard", |
8 | | - "appVersion": "1.1.1", |
| 8 | + "appVersion": "1.2.3", |
9 | 9 | "url": "https://ldtk.io" |
10 | 10 | }, |
11 | | - "jsonVersion": "1.1.1", |
12 | | - "appBuildId": 458076, |
| 11 | + "iid": "a1125330-7820-11ed-85db-21c3ce148e1f", |
| 12 | + "jsonVersion": "1.2.3", |
| 13 | + "appBuildId": 464726, |
13 | 14 | "nextUid": 43, |
14 | 15 | "identifierStyle": "Capitalize", |
15 | 16 | "worldLayout": "Free", |
|
27 | 28 | "exportTiled": false, |
28 | 29 | "simplifiedExport": false, |
29 | 30 | "imageExportMode": "None", |
| 31 | + "exportLevelBg": true, |
30 | 32 | "pngFilePattern": null, |
31 | 33 | "backupOnSave": false, |
32 | 34 | "backupLimit": 10, |
33 | 35 | "levelNamePattern": "Test%idx", |
34 | 36 | "tutorialDesc": null, |
| 37 | + "customCommands": [], |
35 | 38 | "flags": ["PrependIndexToLevelFileNames"], |
36 | 39 | "defs": { "layers": [ |
37 | 40 | { |
|
46 | 49 | "inactiveOpacity": 0.6, |
47 | 50 | "hideInList": false, |
48 | 51 | "hideFieldsWhenInactive": true, |
| 52 | + "canSelectWhenInactive": true, |
49 | 53 | "pxOffsetX": 0, |
50 | 54 | "pxOffsetY": 0, |
51 | 55 | "parallaxFactorX": 0, |
|
54 | 58 | "requiredTags": [], |
55 | 59 | "excludedTags": [], |
56 | 60 | "intGridValues": [], |
57 | | - "autoTilesetDefUid": null, |
58 | 61 | "autoRuleGroups": [], |
59 | 62 | "autoSourceLayerDefUid": null, |
60 | 63 | "tilesetDefUid": null, |
|
73 | 76 | "inactiveOpacity": 1, |
74 | 77 | "hideInList": false, |
75 | 78 | "hideFieldsWhenInactive": true, |
| 79 | + "canSelectWhenInactive": true, |
76 | 80 | "pxOffsetX": 0, |
77 | 81 | "pxOffsetY": 0, |
78 | 82 | "parallaxFactorX": 0, |
|
81 | 85 | "requiredTags": [], |
82 | 86 | "excludedTags": [], |
83 | 87 | "intGridValues": [], |
84 | | - "autoTilesetDefUid": 1, |
85 | 88 | "autoRuleGroups": [], |
86 | 89 | "autoSourceLayerDefUid": null, |
87 | 90 | "tilesetDefUid": 1, |
|
100 | 103 | "inactiveOpacity": 1, |
101 | 104 | "hideInList": false, |
102 | 105 | "hideFieldsWhenInactive": true, |
| 106 | + "canSelectWhenInactive": true, |
103 | 107 | "pxOffsetX": 0, |
104 | 108 | "pxOffsetY": 0, |
105 | 109 | "parallaxFactorX": 0, |
|
117 | 121 | { "value": 7, "identifier": "seven", "color": "#00FF03" }, |
118 | 122 | { "value": 8, "identifier": "eight", "color": "#FF0000" } |
119 | 123 | ], |
120 | | - "autoTilesetDefUid": null, |
121 | 124 | "autoRuleGroups": [], |
122 | 125 | "autoSourceLayerDefUid": null, |
123 | 126 | "tilesetDefUid": null, |
|
142 | 145 | "renderMode": "Rectangle", |
143 | 146 | "showName": true, |
144 | 147 | "tilesetId": null, |
145 | | - "tileId": null, |
146 | 148 | "tileRenderMode": "FitInside", |
147 | 149 | "tileRect": null, |
148 | 150 | "nineSliceBorders": [], |
|
154 | 156 | "fieldDefs": [ |
155 | 157 | { |
156 | 158 | "identifier": "a", |
| 159 | + "doc": null, |
157 | 160 | "__type": "Int", |
158 | 161 | "uid": 33, |
159 | 162 | "type": "F_Int", |
|
163 | 166 | "arrayMaxLength": null, |
164 | 167 | "editorDisplayMode": "ValueOnly", |
165 | 168 | "editorDisplayPos": "Above", |
| 169 | + "editorLinkStyle": "StraightArrow", |
166 | 170 | "editorAlwaysShow": true, |
| 171 | + "editorShowInWorld": true, |
167 | 172 | "editorCutLongValues": true, |
168 | 173 | "editorTextSuffix": null, |
169 | 174 | "editorTextPrefix": null, |
|
183 | 188 | }, |
184 | 189 | { |
185 | 190 | "identifier": "testEnum", |
| 191 | + "doc": null, |
186 | 192 | "__type": "LocalEnum.TestEnum", |
187 | 193 | "uid": 36, |
188 | 194 | "type": "F_Enum(35)", |
|
192 | 198 | "arrayMaxLength": null, |
193 | 199 | "editorDisplayMode": "Hidden", |
194 | 200 | "editorDisplayPos": "Above", |
| 201 | + "editorLinkStyle": "StraightArrow", |
195 | 202 | "editorAlwaysShow": false, |
| 203 | + "editorShowInWorld": true, |
196 | 204 | "editorCutLongValues": true, |
197 | 205 | "editorTextSuffix": null, |
198 | 206 | "editorTextPrefix": null, |
|
0 commit comments