Implemented translucent menus.
This commit is contained in:
parent
8d91019166
commit
79aca80666
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ void guiInit()
|
|||
|
||||
// puSetDefaultStyle ( PUSTYLE_SMALL_BEVELLED );
|
||||
puSetDefaultStyle ( PUSTYLE_DEFAULT );
|
||||
puSetDefaultColourScheme (0.2, 0.4, 0.8);
|
||||
puSetDefaultColourScheme (0.2, 0.4, 0.8, 0.5);
|
||||
|
||||
/* OK the rest is largerly put in here to mimick Steve Baker's
|
||||
"complex" example It should change in future versions */
|
||||
|
|
Loading…
Add table
Reference in a new issue