Skip to content

Ktar5/Jazzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

58423a2 · Apr 25, 2018

History

91 Commits
Mar 9, 2018
Apr 25, 2018
Apr 25, 2018
Apr 23, 2018
Apr 25, 2018
Apr 25, 2018
Apr 23, 2018
Mar 9, 2018
Apr 23, 2018
Apr 25, 2018
Mar 9, 2018
Mar 9, 2018
Mar 9, 2018
Apr 25, 2018

Repository files navigation

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 – @Ktar5[email protected]Github

About

A hackable tilemap editor! Finally!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages