ID:1156488
![]() Feb 10 2013, 5:00 pm
|
|
I've been using 32x32 for years, And aside from Feed i've never touched 16x16. What are some of the pros and cons between the two?
|
Well, removing 3/4 of the pixels makes things faster to draw :)
It introduces its own challenges though, details are easier to convey with a larger tile size. |
I'm working with 25x25 now. It's the perfect middleman between 32x32 and 16x16.
|
Kumorii wrote:
I'm working with 25x25 now. It's the perfect middleman between 32x32 and 16x16. No, that would be 24x24. |
I wish I'd started in 16x16 when I started my most recent project, but too late now!
|
Kumorii wrote:
I'm working with 25x25 now. It's the perfect middleman between 32x32 and 16x16. That's actually a pretty good idea - sometimes I get annoyed with even sizes because there is no middle pixel |
Just my 2 cents.