ceramic-engine / ceramic

Cross-platform 2D framework written in Haxe that can export natively to desktop (windows, mac, linux), mobile (ios, android), web (js + webgl) and to unity projects
MIT License
260 stars 22 forks source link

[ldtk] Fix tile field type name #130

Closed Gaboose closed 9 months ago

Gaboose commented 9 months ago

Found this while adding an Array<Tile> field to an entity with LDtk 1.5.3.

Screenshot_20240124_201910

In the json schema it says:

For Tile, the value is a TilesetRect object.

Which explains the confusion a little bit. The type string that appears under "__type" is "Tile" while the type name is "TilesetRect".

jeremyfa commented 9 months ago

Good catch thanks!