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

module 'tcod' has no attribute 'FOV_SYMMETRIC_SHADOWCAST' #101

Closed reach-satori closed 3 years ago

reach-satori commented 3 years ago

1.18.0 Using either tcod.constants.FOV_SYMMETRIC_SHADOWCAST or the int 13 work normally. I searched the repo and it appears it hasn't been added to the tcod/__init__.py __all__.

HexDecimal commented 3 years ago

Thanks for pointing this out. I seem to always be forgetting to do this step lately.