1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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."
}
}
}