Add shadow to dayz_rollingMessages

This commit is contained in:
ebaydayz
2016-12-30 16:40:10 -05:00
parent d4b286660f
commit 7ce4ba32a2
2 changed files with 3 additions and 3 deletions

View File

@@ -640,11 +640,11 @@ class RscTitles
colorText[] = {0,0,0,1};
colorBackground[] = {0,0,0,0};
sizeEx = 14 * GUI_GRID_H;
shadow = 0;
shadow = 1;
class Attributes
{
color = "#FFFFFF";
shadow = 0;
shadow = 1;
valign = "top";
align = "center";
};