ID:164919
 
I was wondering if somone could please tell me the dimensions of a screen size of 8 and 10 so I can make a title screen. Also If its not to much trouble why my mouse pointer isnt showing up on the screen.

client
mouse_pointer_icon = "Mouse.dmi"
Tiles are 32x32 pixels. So just take the number of tiles and multiply it by 32. If your world.view is 8x10 and you want a full sized image, then it should be 256x320 pixels.

Then again, I've done this myself, and it seems for some reason the bottom always gets cut off. I'm guessing I'm just not centering the client.eye properly. Considering I don't actually use the last 5 or so rows of pixels on the bottom of my splash screen, I don't care too much.