Can I change the shape of button into triangle?

Hello everyone, I’m on my progress to make a game in babylon.js. Is there anyway to make the shape of the button triangle or any other polygonal button instead of square ?

You can use any image to create a button, so any shape is possible. For eg:

Thank you very much for the playground