world/view = "22x25"
Problem description:
I get this error: "22x25":invalid view dimensions.
But when I try something like 10x10 or 15x15 it works. Why is the dimensions invalid?
ID:263099
May 20 2006, 8:32 am
|
|
Code:
world/view = "22x25"
Problem description: I get this error: "22x25":invalid view dimensions. But when I try something like 10x10 or 15x15 it works. Why is the dimensions invalid? |
May 20 2006, 8:38 am
|
|
world.view can't get that big/much space in it. The biggest size is "21x21". Anyway, I don't see why anyone would want it any/much bigger than that.
|