korlibs / docs.korge.org

MIT License
1 stars 1 forks source link

Document tile maps #10

Closed GTP95 closed 10 months ago

GTP95 commented 2 years ago

Greetings,

Currently the documentation only says that KorGE supports tile maps, but not how to use them. One thing I'm interested in in particular is, does KorGE support maps generated with mapeditor?

soywiz commented 2 years ago

It supports tiled tilemaps indeed. You have an example here: https://github.com/korlibs/korge-samples/blob/5a259513363945d6edcc5909154e43b484b0b89e/samples/tilemap/src/commonMain/kotlin/main.kt#L11

Documentation indeed is lacky right now, and will be improved

soywiz commented 10 months ago

Documented here: https://docs.korge.org/views/tile-maps/