1
0
Fork 0

Implemented translucent menus.

This commit is contained in:
curt 1998-07-16 17:30:30 +00:00
parent 8d91019166
commit 79aca80666

View file

@ -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 */