Maps conversion functionnal, because of alignement in entities (might change later to same bytes but it's working)

This commit is contained in:
Ulysse Cura 2025-08-24 22:29:01 +02:00
parent 0605d4dbc3
commit 5d9679ca70
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ def convert_map(input, output, params, target):
components += ref(component_data) components += ref(component_data)
entities += ref(components) entities += ref(components)
entities += bytes(2)
o = fxconv.ObjectData() o = fxconv.ObjectData()
o += string(params["name"]) o += string(params["name"])