Skip to content

Releases: libtcod/python-tcod

v1.2.0

07 Jun 07:39

Choose a tag to compare

  • The set_colors method now changes the default colors used by the draw_*
    methods. You can use Python's Ellipsis to explicitly select default colors
    this way.
  • Functions and Methods renamed to match Python's style-guide PEP 8, the old
    function names still exist and are depreciated.
  • The fgcolor and bgcolor parameters have been shortened to fg and bg