All Downloads are FREE. Search and download functionalities are using the official Maven repository.

squidpony.tileset.package-info Maven / Gradle / Ivy

Go to download

SquidLib platform-independent logic and utility code. Please refer to https://github.com/SquidPony/SquidLib .

There is a newer version: 3.0.6
Show newest version
/**
 * 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.
 * 
* http://nothings.org/gamedev/herringbone/ *
* 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy