CityGenerator / Megacosm-Generator

A tool for creating fantasy campaign settings, including maps, regions, flags, cities, NPCs, businesses, legends, lore and more.
GNU General Public License v2.0
69 stars 30 forks source link

geomorph subdirs #54

Closed morgajel closed 10 years ago

morgajel commented 10 years ago

we need to rethink how geomorphs are stored on the FS and in redis.

I think

/static/images/geomorphs/[0-5]/*.png

should be changed to

/static/images/geomorphs/[author]/[tileset]/[0-5]/*.png

Which can then be stored in redis as

LPUSH geomorphtile[0-5] {"path":path, "author":author, "tileset":tileset }

morgajel commented 10 years ago

closed via 2b61a8d..deb2d6b