Tiled Parser and Scene Asset-Type Ownership in Assets Workspace
Some checks failed
Intrepid/Prometeu/Studio/pipeline/pr-master There was a failure building this commit
Some checks failed
Intrepid/Prometeu/Studio/pipeline/pr-master There was a failure building this commit
This commit is contained in:
parent
b77a24c57b
commit
a6b0760657
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"schema_version" : 1,
|
||||
"next_asset_id" : 16,
|
||||
"next_asset_id" : 17,
|
||||
"assets" : [ {
|
||||
"asset_id" : 3,
|
||||
"asset_uuid" : "21953cb8-4101-4790-9e5e-d95f5fbc9b5a",
|
||||
@ -41,5 +41,10 @@
|
||||
"asset_uuid" : "87396aab-337e-479e-b1f4-ec296678389e",
|
||||
"root" : "Zelda3",
|
||||
"included_in_build" : true
|
||||
}, {
|
||||
"asset_id" : 16,
|
||||
"asset_uuid" : "6f05bee1-f974-4b65-a43f-eacd46b8ec96",
|
||||
"root" : "tiled",
|
||||
"included_in_build" : true
|
||||
} ]
|
||||
}
|
||||
14
test-projects/main/assets/tiled/asset.json
Normal file
14
test-projects/main/assets/tiled/asset.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"schema_version" : 1,
|
||||
"asset_uuid" : "6f05bee1-f974-4b65-a43f-eacd46b8ec96",
|
||||
"name" : "Tiled Test",
|
||||
"type" : "scene_bank",
|
||||
"output" : {
|
||||
"pipeline" : { },
|
||||
"codec" : "NONE",
|
||||
"format" : "SCENE/tiled_v1"
|
||||
},
|
||||
"preload" : {
|
||||
"enabled" : false
|
||||
}
|
||||
}
|
||||
12
test-projects/main/assets/tiled/scene-bank.studio.json
Normal file
12
test-projects/main/assets/tiled/scene-bank.studio.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"schema_version" : 1,
|
||||
"map_width" : 16,
|
||||
"map_height" : 16,
|
||||
"layer_count" : 1,
|
||||
"layers" : [ {
|
||||
"index" : 1,
|
||||
"tilemap" : "layer-1.tmx",
|
||||
"tileset_asset_root" : "",
|
||||
"name" : "Layer 1"
|
||||
} ]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user