Tiled Parser and Scene Asset-Type Ownership in Assets Workspace
All checks were successful
JaCoCo Coverage #### Project Overview
No changes detected, that affect the code coverage.
* Line Coverage: 60.75% (15883/26144)
* Branch Coverage: 53.46% (5976/11179)
* Lines of Code: 26144
* Cyclomatic Complexity: 10272
#### Quality Gates Summary
Output truncated.
Test / Build skipped: 11, passed: 559
Intrepid/Prometeu/Studio/pipeline/pr-master This commit looks good
All checks were successful
JaCoCo Coverage #### Project Overview
No changes detected, that affect the code coverage.
* Line Coverage: 60.75% (15883/26144)
* Branch Coverage: 53.46% (5976/11179)
* Lines of Code: 26144
* Cyclomatic Complexity: 10272
#### Quality Gates Summary
Output truncated.
Test / Build skipped: 11, passed: 559
Intrepid/Prometeu/Studio/pipeline/pr-master This commit looks good
This commit is contained in:
parent
9e128988e1
commit
c9c7c23b6b
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"schema_version" : 1,
|
"schema_version" : 1,
|
||||||
"next_asset_id" : 16,
|
"next_asset_id" : 17,
|
||||||
"assets" : [ {
|
"assets" : [ {
|
||||||
"asset_id" : 3,
|
"asset_id" : 3,
|
||||||
"asset_uuid" : "21953cb8-4101-4790-9e5e-d95f5fbc9b5a",
|
"asset_uuid" : "21953cb8-4101-4790-9e5e-d95f5fbc9b5a",
|
||||||
@ -41,5 +41,10 @@
|
|||||||
"asset_uuid" : "87396aab-337e-479e-b1f4-ec296678389e",
|
"asset_uuid" : "87396aab-337e-479e-b1f4-ec296678389e",
|
||||||
"root" : "Zelda3",
|
"root" : "Zelda3",
|
||||||
"included_in_build" : true
|
"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