How to add side bar menu

Hello,

I’m trying to add a side bar/menu to contain a speed up, mute and game info buttons. This menu needs to be positioned to the right of the screen.

Is it possible to stretch the canvas to fill the screen without effecting the elements inside the canvas, keeping the current aspect ratio? Or is there a better way to approach this?

:wave: Is the game canvas part of the menu or not?

The game canvas is not part of the menu

If you want to scale the canvas while keeping its intrinsic size (in game pixels), there are FIT and ENVELOP and the related scale modes.

If you want to pad/clip the canvas, changing its intrinsic size and aspect ratio, there is scale mode RESIZE.