ID:161216
 
How to make screen sizes different sizes, other than:

world
view = 6 //Which would be something like 415x415


I want to do it some like 10x3 (Just an example)...
Howey wrote:
How to make screen sizes different sizes
I want to do it some like 10x3 (Just an example)...

Look up view var (world) in the DM Reference. Note also that this reference is accessed by F1 in DreamMaker, and it can often solve most of your questions like this, if you care to look first.
Ah, I know what I was doing wrong when I first tried.

I was doing:
world
view = 10x3


when it was meant to be:
world
view = "10x3"


Thanks for the help.