mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add shadow to dayz_rollingMessages
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user