bitcraft / pytmx

Python library to read Tiled Map Editor's TMX maps.
GNU Lesser General Public License v3.0
384 stars 81 forks source link

Mass replace type with class: Tiled v1.9 #170

Closed JaskRendix closed 1 year ago

JaskRendix commented 1 year ago

Hello, I wanted to share this: The new map version (1.9) will mass replace type with class.

joereynolds commented 1 year ago

There's no need for this, it was quickly reverted in 1.10 as it broke a lot of things

https://www.mapeditor.org/2023/03/10/tiled-1-10-released.html

JaskRendix commented 1 year ago

@joereynolds thanks!