Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Muqali
Pages: [1]

1
Hello all.  I have been working on a game that uses 32x32 tiled pixel art.  I am trying to plan for multiple screen resolutions.
 
Suppose I have a 10x10 grid of 32x32 pixel tiles.  This puts me at a base size of 320x320 pixels.  Does this mean I can only scale it to values such as 640x640 and 960x960?  If I don't do a perfect scale it screws up the pixel art (some pixels get duplicated while others don't).

If anyone has dealt with this and knows what I'm talking about, how did you get around this?  The only thing I can think of is to always only scale by a whole number and add a margin based on any leftover pixels. 

Thanks!

Pages: [1]