libtcod / python-tcod

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
BSD 2-Clause "Simplified" License
410 stars 36 forks source link

Small issue in documentation #12

Closed pedrovhb closed 8 years ago

pedrovhb commented 8 years ago

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

transparent Map transparency, access this attribute with map.transparency[x,y]

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.

HexDecimal commented 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.