olls / graphics

A console based graphics engine for simple Unicode games and animations.
GNU General Public License v3.0
11 stars 4 forks source link

Image._rotate() #10

Closed olls closed 10 years ago

olls commented 10 years ago

The Image._rotate method rotates forwards of backwards by 90 deg, not:

0 = default
1 = 90 deg. CW
2 = 180 deg.
3 = 90 deg. CCW

as the doc-string sates, and it needs to for the current implementation of rotating.

olls commented 10 years ago

c0c8bbbb6b6a3b7b973eebf9b70bfbbb37521bd9