Skip to content

Commit

Permalink
Lab
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Sep 20, 2023
1 parent ac9b086 commit 85388a9
Showing 1 changed file with 36 additions and 14 deletions.
50 changes: 36 additions & 14 deletions tests/lab2.ldtk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"iid": "4446c930-3b70-11ee-b37b-2f99cafd2cce",
"jsonVersion": "1.3.5",
"appBuildId": 470890,
"appBuildId": 470891,
"nextUid": 122,
"identifierStyle": "Capitalize",
"toc": [],
Expand Down Expand Up @@ -1018,6 +1018,7 @@
"tilesetId": 6,
"tileRenderMode": "FitInside",
"tileRect": { "tilesetUid": 6, "x": 128, "y": 128, "w": 16, "h": 16 },
"uiTileRect": null,
"nineSliceBorders": [],
"maxCount": 0,
"limitScope": "PerLevel",
Expand Down Expand Up @@ -1051,6 +1052,7 @@
"tilesetId": 6,
"tileRenderMode": "FitInside",
"tileRect": { "tilesetUid": 6, "x": 0, "y": 320, "w": 16, "h": 16 },
"uiTileRect": null,
"nineSliceBorders": [],
"maxCount": 0,
"limitScope": "PerLevel",
Expand All @@ -1060,31 +1062,32 @@
"fieldDefs": []
},
{
"identifier": "Entity2",
"identifier": "Trigger_area",
"uid": 116,
"tags": ["B"],
"exportToToc": false,
"doc": null,
"width": 16,
"height": 16,
"resizableX": false,
"resizableY": false,
"minWidth": null,
"resizableX": true,
"resizableY": true,
"minWidth": 16,
"maxWidth": null,
"minHeight": null,
"minHeight": 16,
"maxHeight": null,
"keepAspectRatio": false,
"tileOpacity": 1,
"fillOpacity": 1,
"fillOpacity": 0.24,
"lineOpacity": 1,
"hollow": false,
"color": "#D77643",
"renderMode": "Rectangle",
"showName": true,
"tilesetId": null,
"tileRenderMode": "FitInside",
"tileRect": null,
"nineSliceBorders": [],
"renderMode": "Tile",
"showName": false,
"tilesetId": 6,
"tileRenderMode": "NineSlice",
"tileRect": { "tilesetUid": 6, "x": 336, "y": 16, "w": 16, "h": 16 },
"uiTileRect": { "tilesetUid": 6, "x": 448, "y": 0, "w": 16, "h": 16 },
"nineSliceBorders": [6,6,6,6],
"maxCount": 0,
"limitScope": "PerLevel",
"limitBehavior": "MoveLastOne",
Expand Down Expand Up @@ -1117,6 +1120,7 @@
"tilesetId": 6,
"tileRenderMode": "FitInside",
"tileRect": { "tilesetUid": 6, "x": 192, "y": 96, "w": 16, "h": 16 },
"uiTileRect": null,
"nineSliceBorders": [],
"maxCount": 0,
"limitScope": "PerLevel",
Expand Down Expand Up @@ -1150,6 +1154,7 @@
"tilesetId": null,
"tileRenderMode": "FitInside",
"tileRect": null,
"uiTileRect": null,
"nineSliceBorders": [],
"maxCount": 0,
"limitScope": "PerLevel",
Expand Down Expand Up @@ -1254,7 +1259,24 @@
"seed": 5406714,
"overrideTilesetUid": null,
"gridTiles": [],
"entityInstances": []
"entityInstances": [
{
"__identifier": "Trigger_area",
"__grid": [8,3],
"__pivot": [0,0],
"__tags": ["B"],
"__tile": { "tilesetUid": 6, "x": 336, "y": 16, "w": 16, "h": 16 },
"__smartColor": "#D77643",
"__worldX": 128,
"__worldY": 48,
"iid": "e19faa80-3b70-11ee-9315-09e185a12182",
"width": 80,
"height": 32,
"defUid": 116,
"px": [128,48],
"fieldInstances": []
}
]
},
{
"__identifier": "Collisions",
Expand Down

0 comments on commit 85388a9

Please # to comment.