mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
@@ -45,7 +45,7 @@ class RscDisplayConfigure {
|
||||
class controls;
|
||||
};
|
||||
class RscDisplayGameOptions {
|
||||
onLoad = "{(_this select 0) displayCtrl 140 lbAdd _x;} forEach [localize 'STR_UI_DISABLED',localize 'STR_UI_ENABLED']; (_this select 0) displayCtrl 140 lbSetCurSel (profileNamespace getVariable ['streamerMode',0]); uiNamespace setVariable ['streamerMode',(profileNamespace getVariable ['streamerMode',0])];";
|
||||
onLoad = "{(_this select 0) displayCtrl 140 lbAdd _x;} forEach [localize 'STR_DISABLED',localize 'STR_ENABLED']; (_this select 0) displayCtrl 140 lbSetCurSel (profileNamespace getVariable ['streamerMode',0]); uiNamespace setVariable ['streamerMode',(profileNamespace getVariable ['streamerMode',0])];";
|
||||
onUnload = "call ui_changeDisplay;";
|
||||
class controls {
|
||||
class CA_TextLanguage : RscText {
|
||||
@@ -370,8 +370,18 @@ class RscDisplayDiary {
|
||||
y = "SafeZoneY + 0.137";
|
||||
w = "0.146*SafeZoneW";
|
||||
h = 0.6;
|
||||
colorText[] = {0.95, 0.95, 0.95, 1};
|
||||
colorSelectBackground[] = {0, 0, 0, 1.0};
|
||||
colorSelectBackground2[] = {0, 0, 0, 0.8};
|
||||
class ScrollBar {
|
||||
color[] = {1, 1, 1, 0.6};
|
||||
colorActive[] = {0.5, 0.5, 0.5, 1};
|
||||
colorDisabled[] = {1, 1, 1, 0.3};
|
||||
thumb = "\z\addons\dayz_code\gui\grey\igui_scrollbar_thumb_ca.paa";
|
||||
arrowFull = "\z\addons\dayz_code\gui\grey\igui_arrow_top_active_ca.paa";
|
||||
arrowEmpty = "\z\addons\dayz_code\gui\grey\igui_arrow_top_ca.paa";
|
||||
border = "\z\addons\dayz_code\gui\grey\igui_border_scroll_ca.paa";
|
||||
};
|
||||
};
|
||||
class CA_DiaryIndex : RscIGUIListBox {
|
||||
idc = 1002;
|
||||
@@ -382,8 +392,18 @@ class RscDisplayDiary {
|
||||
w = "0.283*SafeZoneW";
|
||||
h = 0.6;
|
||||
sizeEx = 0.034;
|
||||
colorText[] = {0.95, 0.95, 0.95, 1};
|
||||
colorSelectBackground[] = {0, 0, 0, 1.0};
|
||||
colorSelectBackground2[] = {0, 0, 0, 0.8};
|
||||
class ScrollBar {
|
||||
color[] = {1, 1, 1, 0.6};
|
||||
colorActive[] = {0.5, 0.5, 0.5, 1};
|
||||
colorDisabled[] = {1, 1, 1, 0.3};
|
||||
thumb = "\z\addons\dayz_code\gui\grey\igui_scrollbar_thumb_ca.paa";
|
||||
arrowFull = "\z\addons\dayz_code\gui\grey\igui_arrow_top_active_ca.paa";
|
||||
arrowEmpty = "\z\addons\dayz_code\gui\grey\igui_arrow_top_ca.paa";
|
||||
border = "\z\addons\dayz_code\gui\grey\igui_border_scroll_ca.paa";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user