Go to file
Wolfgang Sourdeau e723b4aec0 Adapted to Python 3
* replaced cStringIO with io
* fixed handling of byte strings
* cast divisions of coordinates x to int
2020-10-25 20:25:28 +01:00
html Tile-based generation (even slower!), leafletjs support 2012-12-31 17:18:03 +04:00
textures Remove transparency from water, the result looked wrong 2017-11-27 18:32:56 +01:00
util/aa_onomatop_texf Add the mod used to find the textures 2017-11-27 17:26:34 +01:00
.gitignore Ignore data if it's not a folder (e.g. a link) 2017-11-26 12:46:33 +01:00
COPYING Initial commit 2012-12-30 22:06:11 +04:00
README.md Update README.md 2018-07-07 20:32:24 +02:00
blocks.py Adapted to Python 3 2020-10-25 20:25:28 +01:00
constants.py Adapted to Python 3 2020-10-25 20:25:28 +01:00
map.py Adapted to Python 3 2020-10-25 20:25:28 +01:00
mapper.py Adapted to Python 3 2020-10-25 20:25:28 +01:00
mask.png Improve speed by using a 1-bit mask instead of the alpha channel when pasting blocks 2013-01-04 11:17:21 +01:00
util.py Adapted to Python 3 2020-10-25 20:25:28 +01:00

README.md

To use onomatopoeia, put map.sqlite here (or link it) and then execute ./mapper.py.

TODO: