Is it possible to use different windows size for different layout?
I am a very visual learner, so anything related to videos,pictures or even showing me step by step on how its done id be very helpful !
Thanks !
Try this action: system - set canvas size.
Develop games in your browser. Powerful, performant & highly capable.
A0Nasser,
Thanks for you post ! Now that i set different canvas for different layout do you know how to stretch the canvas size ?
What do you mean by by stretch the canvas size?
Basically I am making a game and the layout size to (width1080)x(1920 lenght) portrait. But I don't want the (Player) to see the the full 1920 length screen, so I changed the canvas size like you said to "system - set canvas size.1080x720" so that it zooms in more to the player. Now the problem is that when I preview the game in full screen on the browser its not stretching to the size of the screen. I experimented if the game stretches out if I changed my monitor on portrait with the new (1080x720 )canvas size but is not stretching out to the screen size. I want new set canvas 1080x720 to stretch to 1080x1920. Do you understand what I am trying to say ?