Full Template for ticket #1
BIN
Templates/Full/game/tools/editorClasses/gui/images/button.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Templates/Full/game/tools/editorClasses/gui/images/dropDown.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
Templates/Full/game/tools/editorClasses/gui/images/form.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
Templates/Full/game/tools/editorClasses/gui/images/formMenu.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 917 B |
|
After Width: | Height: | Size: 853 B |
|
After Width: | Height: | Size: 918 B |
BIN
Templates/Full/game/tools/editorClasses/gui/images/iconNext.png
Normal file
|
After Width: | Height: | Size: 783 B |
|
After Width: | Height: | Size: 783 B |
|
After Width: | Height: | Size: 583 B |
BIN
Templates/Full/game/tools/editorClasses/gui/images/iconSave.png
Normal file
|
After Width: | Height: | Size: 752 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 502 B |
|
After Width: | Height: | Size: 481 B |
|
After Width: | Height: | Size: 510 B |
BIN
Templates/Full/game/tools/editorClasses/gui/images/rollout.png
Normal file
|
After Width: | Height: | Size: 625 B |
|
After Width: | Height: | Size: 953 B |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 865 B |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3 KiB |
BIN
Templates/Full/game/tools/editorClasses/gui/images/scroll.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
Templates/Full/game/tools/editorClasses/gui/images/slider.png
Normal file
|
After Width: | Height: | Size: 825 B |
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 552 B |
|
After Width: | Height: | Size: 7.8 KiB |
BIN
Templates/Full/game/tools/editorClasses/gui/images/tabBook.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Templates/Full/game/tools/editorClasses/gui/images/textEdit.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 9 KiB |
BIN
Templates/Full/game/tools/editorClasses/gui/images/toolbar.png
Normal file
|
After Width: | Height: | Size: 223 B |
BIN
Templates/Full/game/tools/editorClasses/gui/images/treeView.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
Templates/Full/game/tools/editorClasses/gui/images/window.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 299 B |
|
After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 322 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 950 B |
|
After Width: | Height: | Size: 302 B |
|
After Width: | Height: | Size: 519 B |
|
After Width: | Height: | Size: 339 B |
BIN
Templates/Full/game/tools/editorClasses/gui/panels/menubar.png
Normal file
|
After Width: | Height: | Size: 238 B |
BIN
Templates/Full/game/tools/editorClasses/gui/panels/navPanel.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
|
@ -0,0 +1,111 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Copyright (c) 2012 GarageGames, LLC
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to
|
||||
// deal in the Software without restriction, including without limitation the
|
||||
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
||||
// sell copies of the Software, and to permit persons to whom the Software is
|
||||
// furnished to do so, subject to the following conditions:
|
||||
//
|
||||
// The above copyright notice and this permission notice shall be included in
|
||||
// all copies or substantial portions of the Software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
singleton GuiControlProfile (NavPanelProfile)
|
||||
{
|
||||
opaque = false;
|
||||
border = -2;
|
||||
category = "Editor";
|
||||
};
|
||||
|
||||
|
||||
singleton GuiControlProfile (NavPanel : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./navPanel";
|
||||
category = "Editor";
|
||||
};
|
||||
|
||||
singleton GuiControlProfile (NavPanelBlue : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./navPanel_blue";
|
||||
category = "Editor";
|
||||
};
|
||||
|
||||
singleton GuiControlProfile (NavPanelGreen : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./navPanel_green";
|
||||
category = "Editor";
|
||||
};
|
||||
|
||||
singleton GuiControlProfile (NavPanelRed : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./navPanel_red";
|
||||
category = "Editor";
|
||||
};
|
||||
|
||||
singleton GuiControlProfile (NavPanelWhite : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./navPanel_white";
|
||||
category = "Editor";
|
||||
};
|
||||
|
||||
singleton GuiControlProfile (NavPanelYellow : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./navPanel_yellow";
|
||||
category = "Editor";
|
||||
};
|
||||
singleton GuiControlProfile (menubarProfile : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./menubar";
|
||||
category = "Editor";
|
||||
};
|
||||
singleton GuiControlProfile (editorMenubarProfile : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./editor-menubar";
|
||||
category = "Editor";
|
||||
};
|
||||
singleton GuiControlProfile (editorMenu_wBorderProfile : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./menu-fullborder";
|
||||
category = "Editor";
|
||||
};
|
||||
singleton GuiControlProfile (inspectorStyleRolloutProfile : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./inspector-style-rollout";
|
||||
category = "Editor";
|
||||
};
|
||||
singleton GuiControlProfile (inspectorStyleRolloutListProfile : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./inspector-style-rollout-list";
|
||||
category = "Editor";
|
||||
};
|
||||
singleton GuiControlProfile (inspectorStyleRolloutDarkProfile : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./inspector-style-rollout-dark";
|
||||
category = "Editor";
|
||||
};
|
||||
singleton GuiControlProfile (inspectorStyleRolloutInnerProfile : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./inspector-style-rollout_inner";
|
||||
category = "Editor";
|
||||
};
|
||||
singleton GuiControlProfile (inspectorStyleRolloutNoHeaderProfile : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./inspector-style-rollout-noheader";
|
||||
category = "Editor";
|
||||
};
|
||||
singleton GuiControlProfile (IconDropdownProfile : NavPanelProfile)
|
||||
{
|
||||
bitmap = "./icon-dropdownbar";
|
||||
category = "Editor";
|
||||
};
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.2 KiB |