Browse Source

Replace small version of old logo with slightly larger picture. For now editor does not display a logo in the top bar, since the new logo would become mostly illegible.

Lasse Öörni 9 years ago
parent
commit
e93fa4d7b3
2 changed files with 0 additions and 5 deletions
  1. 0 5
      bin/Data/Scripts/Editor/EditorUI.as
  2. BIN
      bin/Data/Textures/Logo.png

+ 0 - 5
bin/Data/Scripts/Editor/EditorUI.as

@@ -538,11 +538,6 @@ void CreateMenuBar()
     BorderImage@ spacer = BorderImage("MenuBarSpacer");
     uiMenuBar.AddChild(spacer);
     spacer.style = "EditorMenuBar";
-
-    BorderImage@ logo = BorderImage("Logo");
-    logo.texture = cache.GetResource("Texture2D", "Textures/Logo.png");
-    logo.SetFixedWidth(64);
-    uiMenuBar.AddChild(logo);
 }
 
 bool Exit()

BIN
bin/Data/Textures/Logo.png