Is there a way to create a GUI Button dynamically?
I saw there is a way to clone a button that exist in this example: https://defold.com/examples/gui/button/
Should I create a root invisible button or something and then clone it?
Other question, Is there a way to make an image button? or should I do that manually with X.Y. Input triggers?
Thanks in advance!