ID:156733
 
Hey I am trying to create a title screen for my game. I have found out how to add an image into dream maker but it is entirely too large. Should I try to re-image the map or the image.

Thanks
You can do either. How is this even...a question? Sorry, but yeah...you can change the client.view, or change the size of the image in Paint or Photoshop, etc.
By default, world.view is 5. Which means there's 5 tiles on either side of the mob in the center. (11 tiles)
11x11 tiles, is the default screen. By default, there's 32 pixels in each tile, so your image should be 352x352 pixels.
An easy way to figure out the size of your game window is to simply take a screenshot and check the resolution on that.
It is a very easy formula. Depending on your world.view, just multiply that value by 32, the amount of pixels in one "box". This will not work if your world.view is different sizes, like: "10x8" in which case you multiply each value by 32 and get your pictured dimensions.
In response to Darkjohn66
Thank You guys for all your help I believe i can move in the right direction now
In response to DisturbedSixx
No. It's (world.view+1) * 32.