Comment 2 for bug 1381593

Revision history for this message
rdb (rdb) wrote :

Committed with changes.
https://github.com/panda3d/panda3d/commit/2e555db30e1eb215e1ecf605975220b0e6e31abc

* Changing the value of fadeScreen seems unnecessary.
* The image had a relief. Let's at least keep the relief by default rather than use a flat plane.
* The original image was automatically rescaled so that it fit around the buttons. In your patch, the frame was only adjusted to fit around the text, but for small texts this wouldn't be large enough to go around the buttons. This was trivial to change.