help with designing gui

hello, i want to make gui like in the picture below

what i currently have is simple square buttons that have textures. is there a way to do this…do i need to draw polygons
or i can do it in some other simplier way. thanks!

The GUI system doesn’t allow for non-rectangular buttons and they are not all that easy to implement yourself. One possibility is to show an image of the remote control and then define rectangles that roughly cover its buttons. You can then check for mouse clicks in these rectangles using Rect.Contains.