oakes / play-clj

A Clojure game library
The Unlicense
940 stars 72 forks source link

enable transparency for shapes #94

Closed danjohansson closed 8 years ago

danjohansson commented 8 years ago

Not sure if this the best way since there already is a transparency setting for entities but it only works for textures? But shapes works different since you set the color and transparency yourself.

oakes commented 8 years ago

Merged, thanks! I Added a glDisable call in case it matters -- not user if it does.