summaryrefslogtreecommitdiffstats
path: root/src/libjtmx/Map.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add initial XML obj representation for MapNao Pross2018-12-151-1/+67
|
* Remove Gson dependency start custom libjtmx implementationNao Pross2018-12-151-0/+10
This commit breaks MapLoader and by consequence the entire game. Being in Java 9+ now we will have multiple modules, namely: - libjtmx: separate minimal tmx (tiled) files loader library - subconscious: the game itself