When I create a new button widget on my screen, only the label text actually shows up. I am not using a background image, but I assumed (based on what I’ve read) that a gray background would appear for the button by default?
My button code:
play\_button = widget.newButton { label="Play Again", fontSize = 40, x = button\_x, y = button\_y, onRelease = handlePlayButtonReleased }