Sfoglia il codice sorgente

Fixed guiProfile references

Areloch 4 anni fa
parent
commit
3cb1699ed1

+ 1 - 1
Templates/BaseGame/game/tools/assetBrowser/scripts/assetBrowser.tscript

@@ -1562,7 +1562,7 @@ function AssetBrowser::doRebuildAssetArray(%this)
    }
 
    //Add Non-Asset Scripted Objects. Datablock, etc based
-   if(AssetBrowser.assetTypeFilter $= "" && %breadcrumbPath !$= "")
+   if(AssetBrowser.assetTypeFilter $= "" && %breadcrumbPath !$= "" && !startsWith(%breadcrumbPath, "Creator/"))
    {
       %category = getWord( %breadcrumbPath, 1 );                  
       %dataGroup = "DataBlockGroup";

+ 1 - 1
Templates/BaseGame/game/tools/worldEditor/gui/ManageBookmarksWindow.ed.gui

@@ -45,7 +45,7 @@
          //Docking = "Top";
          
          new GuiTextCtrl() {
-            profile = "GuiCenterTextProfile";
+            profile = "ToolsGuiTextProfile";
             horizSizing = "right";
             vertSizing = "bottom";
             position = "1 2";

+ 1 - 1
Templates/BaseGame/game/tools/worldEditor/gui/objectBuilderGui.ed.gui

@@ -32,7 +32,7 @@
 		text = "Create Object";
 
 		new GuiTextCtrl() {
-			profile = "GuiCenterTextProfile";
+			profile = "ToolsGuiTextProfile";
 			horizSizing = "right";
 			vertSizing = "bottom";
 			position = "9 26";