Răsfoiți Sursa

Added shadow effect to the editor HUD texts.

Lasse Öörni 12 ani în urmă
părinte
comite
07baf69fa9
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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.verticalAlignment = vAlign;
     text.SetFont(font, 11);
     text.SetFont(font, 11);
     text.color = Color(1, 1, 0);
     text.color = Color(1, 1, 0);
+    text.textEffect = TE_SHADOW;
     text.priority = -100;
     text.priority = -100;
 }
 }