Updated ToolsGuiTextPadProile to comply to editor theme

Further tweaks/reorg to UI module
Implemented cubemap array scaling on GL so it doesn't crash when texture quality is lowered
This commit is contained in:
Areloch 2019-09-29 07:51:43 -05:00
parent 4ddcc4a84b
commit 0b345fdf53
11 changed files with 200 additions and 217 deletions

View file

@ -72,6 +72,10 @@ function UI::initClient(%this)
exec("./guis/startupGui.gui");
exec("./guis/startupGui.cs");
// Load Editor Dialogs
exec("./guis/messageBoxOk.gui");
exec("./guis/messageBoxYesNo.gui");
//Load scripts
exec("./scripts/optionsList.cs");
exec("./scripts/displayMenu.cs");