i want the entire screen to be in the game, how would one do that while looking good. perhaps even auto change size depending on monitor size
Copyright © 2024 BYOND Software.
All rights reserved.
i want the entire screen to be in the game, how would one do that while looking good. perhaps even auto change size depending on monitor size
|
You also have the option to set client.view to match the size of the window:
edit: After actually testing it, I remembered that its "size" needs to be set to a high value so that it fills the screen and winget() will get the actual fullscreened size.