1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

fix bug: valid json will failed when object template contains zIndex (#698)

This commit is contained in:
kdmcser
2021-07-18 15:44:44 +08:00
committed by GitHub
parent a6d98bcc6b
commit 10cfefdf9d

View File

@@ -38,6 +38,10 @@
"type":"array",
"items": { "type": "string" },
"description": "Object mask that describes on which tiles object is visible/blocked/activatable"
},
"zIndex" : {
"type":"number",
"description": "Defines order in which objects on same tile will be blit."
}
}
}