Skip to content

Commit 260e24a

Browse files
committed
update to LDtk v1.2.3
1 parent 8a08cc3 commit 260e24a

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

datafiles/LDtkTest.ldtk

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"doc": "https://ldtk.io/json",
66
"schema": "https://ldtk.io/files/JSON_SCHEMA.json",
77
"appAuthor": "Sebastien 'deepnight' Benard",
8-
"appVersion": "1.1.1",
8+
"appVersion": "1.2.3",
99
"url": "https://ldtk.io"
1010
},
11-
"jsonVersion": "1.1.1",
12-
"appBuildId": 458076,
11+
"iid": "a1125330-7820-11ed-85db-21c3ce148e1f",
12+
"jsonVersion": "1.2.3",
13+
"appBuildId": 464726,
1314
"nextUid": 43,
1415
"identifierStyle": "Capitalize",
1516
"worldLayout": "Free",
@@ -27,11 +28,13 @@
2728
"exportTiled": false,
2829
"simplifiedExport": false,
2930
"imageExportMode": "None",
31+
"exportLevelBg": true,
3032
"pngFilePattern": null,
3133
"backupOnSave": false,
3234
"backupLimit": 10,
3335
"levelNamePattern": "Test%idx",
3436
"tutorialDesc": null,
37+
"customCommands": [],
3538
"flags": ["PrependIndexToLevelFileNames"],
3639
"defs": { "layers": [
3740
{
@@ -46,6 +49,7 @@
4649
"inactiveOpacity": 0.6,
4750
"hideInList": false,
4851
"hideFieldsWhenInactive": true,
52+
"canSelectWhenInactive": true,
4953
"pxOffsetX": 0,
5054
"pxOffsetY": 0,
5155
"parallaxFactorX": 0,
@@ -54,7 +58,6 @@
5458
"requiredTags": [],
5559
"excludedTags": [],
5660
"intGridValues": [],
57-
"autoTilesetDefUid": null,
5861
"autoRuleGroups": [],
5962
"autoSourceLayerDefUid": null,
6063
"tilesetDefUid": null,
@@ -73,6 +76,7 @@
7376
"inactiveOpacity": 1,
7477
"hideInList": false,
7578
"hideFieldsWhenInactive": true,
79+
"canSelectWhenInactive": true,
7680
"pxOffsetX": 0,
7781
"pxOffsetY": 0,
7882
"parallaxFactorX": 0,
@@ -81,7 +85,6 @@
8185
"requiredTags": [],
8286
"excludedTags": [],
8387
"intGridValues": [],
84-
"autoTilesetDefUid": 1,
8588
"autoRuleGroups": [],
8689
"autoSourceLayerDefUid": null,
8790
"tilesetDefUid": 1,
@@ -100,6 +103,7 @@
100103
"inactiveOpacity": 1,
101104
"hideInList": false,
102105
"hideFieldsWhenInactive": true,
106+
"canSelectWhenInactive": true,
103107
"pxOffsetX": 0,
104108
"pxOffsetY": 0,
105109
"parallaxFactorX": 0,
@@ -117,7 +121,6 @@
117121
{ "value": 7, "identifier": "seven", "color": "#00FF03" },
118122
{ "value": 8, "identifier": "eight", "color": "#FF0000" }
119123
],
120-
"autoTilesetDefUid": null,
121124
"autoRuleGroups": [],
122125
"autoSourceLayerDefUid": null,
123126
"tilesetDefUid": null,
@@ -142,7 +145,6 @@
142145
"renderMode": "Rectangle",
143146
"showName": true,
144147
"tilesetId": null,
145-
"tileId": null,
146148
"tileRenderMode": "FitInside",
147149
"tileRect": null,
148150
"nineSliceBorders": [],
@@ -154,6 +156,7 @@
154156
"fieldDefs": [
155157
{
156158
"identifier": "a",
159+
"doc": null,
157160
"__type": "Int",
158161
"uid": 33,
159162
"type": "F_Int",
@@ -163,7 +166,9 @@
163166
"arrayMaxLength": null,
164167
"editorDisplayMode": "ValueOnly",
165168
"editorDisplayPos": "Above",
169+
"editorLinkStyle": "StraightArrow",
166170
"editorAlwaysShow": true,
171+
"editorShowInWorld": true,
167172
"editorCutLongValues": true,
168173
"editorTextSuffix": null,
169174
"editorTextPrefix": null,
@@ -183,6 +188,7 @@
183188
},
184189
{
185190
"identifier": "testEnum",
191+
"doc": null,
186192
"__type": "LocalEnum.TestEnum",
187193
"uid": 36,
188194
"type": "F_Enum(35)",
@@ -192,7 +198,9 @@
192198
"arrayMaxLength": null,
193199
"editorDisplayMode": "Hidden",
194200
"editorDisplayPos": "Above",
201+
"editorLinkStyle": "StraightArrow",
195202
"editorAlwaysShow": false,
203+
"editorShowInWorld": true,
196204
"editorCutLongValues": true,
197205
"editorTextSuffix": null,
198206
"editorTextPrefix": null,

0 commit comments

Comments
 (0)