Implement GUI2 menu dialog style

This commit is contained in:
Charles Dang 2016-01-22 04:31:37 +11:00
parent 04baac8d00
commit 19af8302ce

View file

@ -175,8 +175,16 @@
{_GUI_WINDOW "message" "The style used as transparent to the user." "translucent65" ({_BLUR})} {_GUI_WINDOW "message" "The style used as transparent to the user." "translucent65" ({_BLUR})}
{_GUI_WINDOW "titlescreen" "The items in the titlescreen" "translucent54" ()} {_GUI_WINDOW "titlescreen" "The items in the titlescreen" "translucent54" ()}
# No idea what this style does, just leave it disabled for now. # Special definition for a minimal-border style
#{_GUI_WINDOW "menu2" "menu2" "menu2"} [window_definition]
id = "menu"
description = "Window style used for menus"
{_GUI_RESOLUTION ({GUI_TINY__RESOLUTION}) ("menu2") () 5 6 2 4 6 }
{_GUI_RESOLUTION () ("menu2") () 2 2 2 2 4 }
[/window_definition]
#undef _BLUR #undef _BLUR
#undef _GUI_WINDOW #undef _GUI_WINDOW