/**
* Pre-constructed Tileset objects in different styles, that DungeonBoneGen consumes (not intended for external use).
* It is currently pretty much impossible to create tilesets beyond these, since these were ported from a public domain C
* library that, unfortunately, does not document how its tilesets were created or how to make more.
* <br>
* http://nothings.org/gamedev/herringbone/
* <br>
* http://nothings.org/gamedev/herringbone/herringbone_src.html (the tileset PNGs are not used directly; they were
* previously converted to JSON and then to this Java source)
*/
package squidpony.tileset;