button background image transparency

Duuude…

That explains also why below works, but not clickable


self.button = DirectButton()
self.button['image'] = 'models/image.tif'
self.button.setTransparency(1)

:laughing:

Once again, you the man.