A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
BSD 2-Clause "Simplified" License
413
stars
36
forks
source link
print_box bg argument not changing color #69
Closed
FractalWire closed 5 years ago
Hey,
It seems that the
bg
option forprint_box
do nothing when you set a color.fg
works fine though.The bg argument for
print
works fine too.