Is there a way to scale the text inside of a button?
When I scale up a button the text inside stays super small.
Develop games in your browser. Powerful, performant & highly capable.
A button is an HTML form element, so you'll need to set the size of the font with css. Alternatively, you can (recommended) create your own buttons with sprites or 9 patches with sprite fonts in a container.