ID:171080
 
I want the world view to be 16 pixels long and 10 pixels wide, yet I only know how to make it square (10x10 or 16x16) Can anyone tell me how to do this?
I'm pretty sure that you can't go into pixels on the view size, however you can make rectangle screen sizes with the world.view value. Just set it to a text string with "WIDTHxHEIGHT" instead of a number. Ie, world.view = "10x16" would give you a screen size of 10 tiles wide and 16 tiles high.
You can't get it that small, unless you mean tiles not pixels.

world
view = "16x10"

~X