ID:171080
Nov 15 2004, 5:49 pm
|
|
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?
|
Nov 15 2004, 6:03 pm
|
|
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.
|