ecj2 / momo

[NOT MAINTAINED / ABANDONED] A simple 2D game-making library written in JavaScript.
MIT License
1 stars 0 forks source link

Be able to pass gradients in place of colors #11

Closed ecj2 closed 6 years ago

ecj2 commented 6 years ago

This would be useful for drawing text or primitives with gradients instead of solid colors.

ecj2 commented 6 years ago

I'll save this for a later update. I might rewrite Momo in WebGL, which would remove the need for a gradient function anyway.