cptx032 / calcium

A ascii/text game library
MIT License
17 stars 2 forks source link

Create a Sprite filters #3

Closed cptx032 closed 7 years ago

cptx032 commented 7 years ago
sprite = Sprite(x, y, animations={'running': []})
sprite.dark(level=1)
sprite.light(level=1)