简体   繁体   中英

How to get a tiled map into Java

I've been trying to figure out how to put a map from tiled into my Java project, but my finds tell me to convert a tiled map to .xml and my version of tiled doesn't have that type available. The version I have is 0.17.1

You can find links to Java libraries in the documentation , provided you are trying to read the TMX formt.

You can get it the official Java Library from Maven here .

You can use TMX format. It is XML already. You can also export to JSON and use it as your map format

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM