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

This commit is contained in:
bQUARKz 2026-04-18 18:11:18 +01:00
parent 9e128988e1
commit c9c7c23b6b
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8
4 changed files with 360 additions and 325 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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
} ]
}

View 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
}
}

View 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"
} ]
}