/Jazzy

A hackable tilemap editor! Finally!

Primary LanguageJava

Jazzy, The Hackable Java Tilemap Editor


Header

A tilemap editor made in Java to support customizability for your niche situations where Tiled just doesn't cut it

To create your own type of tilemap:

First, need to create a new implementation of BaseTilemap. An example implementation can be found at WholeTilemap. Note that both constructors are implemented.. this is needed for the tilemap to load properly. Also note that the methods from Interactable are implemented.

If you want to create your own tileset loading procedure or modify the tileset format in any way, youre going to need to create your own implementation of BaseTileset. Otherwise, simply use WholeTileset.

Register your tilemap and tileset (if custom) to their respective managers.

Please feel free to create an issue for any feature requests you may have!



Carter Gale – @Ktar5ktarfive@gmail.comGithub