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

This commit is contained in:
bQUARKz 2026-04-18 18:11:18 +01:00
parent b77a24c57b
commit a6b0760657
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"
} ]
}