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

Custom Images #9

Closed olls closed 10 years ago

olls commented 10 years ago

Deriving from the Image object needs to be easier to do. there are lots of things you have to do, like defining self.direction and rotating before returning from the image method.

geraintwhite commented 10 years ago

Isn't this already done? See game.py.

olls commented 10 years ago

You've always been able to do it, this issue was about making it easier, for example, you have to call the rotation method yourself