Modified files for SDL2.

This commit is contained in:
LuisAntonRebollo 2015-01-18 22:52:29 +01:00
parent 33a0579735
commit 475f218bcd
33 changed files with 436 additions and 136 deletions

View file

@ -1063,3 +1063,15 @@ singleton GuiControlProfile( GuiCreatorIconButtonProfile )
//bevelColorLL = "0 0 0";
category = "Editor";
};
singleton GuiControlProfile( GuiMenuBarProfile )
{
fillcolor = "255 255 255";
borderColor = "0 0 0";
border = 1;
borderThickness = 1;
opaque = true;
mouseOverSelected = true;
category = "Editor";
bitmap = "tools/gui/images/checkbox-menubar";
};