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:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user