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

This commit is contained in:
kdmcser
2021-07-18 10:44:44 +03:00
committed by GitHub
parent a6d98bcc6b
commit 10cfefdf9d
+4
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."
}
}
}