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:
@@ -2,10 +2,10 @@
|
|||||||
[NEW] Added M4SPR_DZE class which spawns with 30Rnd Stanag by default instead of 20Rnd. #1823 @AirwavesMan
|
[NEW] Added M4SPR_DZE class which spawns with 30Rnd Stanag by default instead of 20Rnd. #1823 @AirwavesMan
|
||||||
[NEW] Building upgrades now source parts from the player's backpack and main inventory @icomrade
|
[NEW] Building upgrades now source parts from the player's backpack and main inventory @icomrade
|
||||||
|
|
||||||
[CHANGED] Added NWAF tent camp to Chernarus points of interests and removed trains POI for now.
|
|
||||||
[CHANGED] Turbo and HoldBreath keybindings are now allowed again. @icomrade
|
[CHANGED] Turbo and HoldBreath keybindings are now allowed again. @icomrade
|
||||||
[CHANGED] Removed drink from hands at ponds due to client FPS impact. Players can still fill drinks at ponds by right clicking a container. @ebayShopper
|
[CHANGED] Removed drink from hands at ponds due to client FPS impact. Players can still fill drinks at ponds by right clicking a container. @ebayShopper
|
||||||
[CHANGED] Added point of interest and infectious waterhole map objects are disabled by default due to FPS impact. They can be enabled in init.sqf.
|
[CHANGED] Added point of interest and infectious waterhole map objects are disabled by default due to FPS impact. They can be enabled in init.sqf.
|
||||||
|
[CHANGED] Added shadow to dayz_rollingMessages white text so it is visible on light colored backgrounds and looks like cutText.
|
||||||
|
|
||||||
[FIXED] Wrong texture for z_hunter zombie. #1805 @schwanzkopfhegel @ebayShopper
|
[FIXED] Wrong texture for z_hunter zombie. #1805 @schwanzkopfhegel @ebayShopper
|
||||||
[FIXED] Refuel with generator at gas station not working. #1806 @Helios27 @ebayShopper
|
[FIXED] Refuel with generator at gas station not working. #1806 @Helios27 @ebayShopper
|
||||||
|
|||||||
@@ -640,11 +640,11 @@ class RscTitles
|
|||||||
colorText[] = {0,0,0,1};
|
colorText[] = {0,0,0,1};
|
||||||
colorBackground[] = {0,0,0,0};
|
colorBackground[] = {0,0,0,0};
|
||||||
sizeEx = 14 * GUI_GRID_H;
|
sizeEx = 14 * GUI_GRID_H;
|
||||||
shadow = 0;
|
shadow = 1;
|
||||||
class Attributes
|
class Attributes
|
||||||
{
|
{
|
||||||
color = "#FFFFFF";
|
color = "#FFFFFF";
|
||||||
shadow = 0;
|
shadow = 1;
|
||||||
valign = "top";
|
valign = "top";
|
||||||
align = "center";
|
align = "center";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user