ID:177405
![]() Sep 13 2002, 12:31 pm
|
|
because I want to draw a background graphic for my battle screen, but I'm not sure how big's the screen..
|
![]() Sep 13 2002, 12:32 pm
|
|
BYOND doesn't have a set screen size. It can be anywhere from 1x1 square to 21x21 squares I believe. It defaults to 11x11 I think, so that's probably what you want.
|
As a side note, the following heights appear to take up the screen height with the following resolutions:
Res Taskbar No Taskbar(?) |
It depends, if you want the answer in Pixels 1 tile is 32 by 32 pixels. So just figure out how wide it is in tiles, then times by 32, then how high in tiles it is and times that by 32.
You should have the size there. -DogMan |