korlibs / korge-intellij-plugin

Korge plugin for IntelliJ, featuring project wizard and some actions
https://plugins.jetbrains.com/plugin/9676-korge/
Other
12 stars 8 forks source link

Add support for reading/writing TMX file data #25

Closed RezMike closed 4 years ago

RezMike commented 4 years ago

Almost full support for reading and writing data from/to TMX files. Not yet supported features:

soywiz commented 4 years ago

Tried it. Created a new tilemap, attached the korge.png image and tried to draw. Nothing was drawn. Also when closed and reopened t he project:

Screenshot from 2020-07-05 14-52-31 Screenshot from 2020-07-05 14-52-34

RezMike commented 4 years ago

Drawing is not implemented yet. In this PR I just added the ability to read and write tmx file, not to draw its content. About this exception - I know about it and I'm fixing it right now. I will also add some format fixes (order of attributes, default values, etc.)

RezMike commented 4 years ago

@soywiz so what are your thoughts about this PR after I added the last commit? Can it be merged or there are some other changes I should add here?

soywiz commented 4 years ago

Let me try to draw something with the plugin