Closed pedrovhb closed 8 years ago
This is the right place and a fix has already been applied to the online documentation. This is also the place to put feature requests.
This project is an unofficial port made by mostly one person. If anyone deserves thanks it's the people still maintaining libtcod.
Hello! First of all I'd like to thank you guys for making this, it's pretty awesome and even as a newcomer to python I haven't been having any trouble in starting to make a roguelike. Second, and the actual issue (and forgive me if this isn't the right place), is that in the page: http://pythonhosted.org/tdl/tdl.map.Map-class.html Under Instance Variables and Instance Variable Details, it reads
while the attribute is actually map.transparent[x,y]. Just caused me a tiny bit of confusion and though you'd like to clear it up.