Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix loading tileRectsIds in auto-layer rule definition (#7)
When creating rules for auto-layers of an IntGrid in LDtk and saving it, then Korge-ldtk was not able to load that ldtk file any more due to differences between json file and the implemented json schema. The name of the property is different in json file from LDtk, thus @SerialName was updated. Also the type of the tileIDS field needs to be an array of array of Ints.
- Loading branch information