Is there a way to make the screen smaller and bigger on other divices
i have a realy big screen for my computer but if i try to play my game on a laptop almost half of the buttons are outside the screen, how do i fiks?
i have a realy big screen for my computer but if i try to play my game on a laptop almost half of the buttons are outside the screen, how do i fiks?
Well to this you have to use screen. Height and screen. Width, so for buttons make the size account on those variables.
if you're using really wide monitor and a not so wide laptop, then the proportions will be different when using screen.width and screen.height. it'd be best to use a consistent ratio like 1;1 or 2;1 in size, which can be done in the publish tab. that only applies to the public version, and you'll have to adjust it manually when coding
a good thing about microStudio is that it scales everything compared to window size, so it makes it easier to make different screen sizes match