jackschaedler / goya

Pixel art editor built on Clojurescript + Om
Eclipse Public License 1.0
1.69k stars 67 forks source link

Support canvas sizes other than 64x64 #15

Closed jackschaedler closed 10 years ago

jackschaedler commented 10 years ago

Probably don't need arbitrary sizes just yet. I think the app should maybe support:

16x16 32x32 64x62

as a starting point.

jackschaedler commented 10 years ago

Done. Also added support for 24x24.

danecjensen commented 9 years ago

For supporting a rectangular canvas I think you need to change this line: https://github.com/jackschaedler/goya/blob/master/src/cljs/goya/canvasdrawing.cljs#L24 to width instead of height. I would make a pull request but it was such a tiny change.