Просмотр исходного кода

Added shadow effect to the editor HUD texts.

Lasse Öörni 12 лет назад
Родитель
Сommit
07baf69fa9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Bin/Data/Scripts/Editor/EditorView.as

+ 1 - 0
Bin/Data/Scripts/Editor/EditorView.as

@@ -791,6 +791,7 @@ void SetupStatsBarText(Text@ text, Font@ font, int x, int y, HorizontalAlignment
     text.verticalAlignment = vAlign;
     text.SetFont(font, 11);
     text.color = Color(1, 1, 0);
+    text.textEffect = TE_SHADOW;
     text.priority = -100;
 }