oakes / play-clj

A Clojure game library
The Unlicense
939 stars 73 forks source link

Added scaling/rotation to entity drawing #21

Closed compmstr closed 10 years ago

compmstr commented 10 years ago

use fields :scale-x :scale-y :origin-x :origin-x and :angle to scale/rotate entities when angle and both scales are not set, this will still use the simpler drawing

oakes commented 10 years ago

This is great, thanks!