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:
parent
a6d98bcc6b
commit
10cfefdf9d
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user