I’m currently in the process of figuring out how to make clickable buttons in defold. I have a collection of my pngs, made a node, and chose which texture to use with it.
The problem right now is, my button is a circle and the pie node is an oval which is longer on the sides. If i change the shape of the node, the texture changes with it. It’s a minor problem I know (I’m sure I could have a playable game without it), but I wanted to know if there was a way to make it more 1:1.
(Also, if there is any tutorials or instructions on how to make and code clickable buttons, that would be nice).