mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Cleanup Files, sort files etc.
This commit is contained in:
45
SQF/dayz_code/Configs/RscDisplay/RscMap.hpp
Normal file
45
SQF/dayz_code/Configs/RscDisplay/RscMap.hpp
Normal file
@@ -0,0 +1,45 @@
|
||||
class RscDisplayMainMap
|
||||
{
|
||||
class controls
|
||||
{
|
||||
delete CA_MainBackground;
|
||||
delete CA_CurrentTaskLabel;
|
||||
delete CA_CurrentTask;
|
||||
delete CA_PlayerName;
|
||||
delete CA_TopicsBackground;
|
||||
delete CA_PlayerRank;
|
||||
delete CA_MissionName;
|
||||
class CA_SubTopicsBackground: IGUIBack
|
||||
{
|
||||
idc=1022;
|
||||
x = "0.16*SafeZoneW + SafeZoneX";
|
||||
y = "SafeZoneY + 0.117";
|
||||
w = "0.283*SafeZoneW";
|
||||
h = "0.53";
|
||||
colorBackground[] = {0.30,0.30,0.30,0.85};
|
||||
};
|
||||
class CA_ContentBackground: IGUIBack
|
||||
{
|
||||
idc = 1023;
|
||||
x = "0.446*SafeZoneW + SafeZoneX";
|
||||
y = "SafeZoneY + 0.117";
|
||||
w = "SafeZoneW * 0.272";
|
||||
h = "0.832";
|
||||
colorBackground[] = {0.30,0.30,0.30,0.85};
|
||||
};
|
||||
|
||||
|
||||
class DiaryList: RscIGUIListBox
|
||||
{
|
||||
idc = 1001;
|
||||
colorText[] = {0.30,0.30,0.30,1};
|
||||
colorSelectBackground[]={0.60,0.60,0.60,1};
|
||||
colorSelectBackground2[]={0.60,0.60,0.60,1};
|
||||
onLBSelChanged = " [ _this select 0 , _this select 1 , 'List' ] call compile preprocessFileLineNumbers 'ca\Warfare2\Scripts\Client\GUI\GUI_logEH.sqf'; ";
|
||||
onLoad = "((_this select 0) displayCtrl 1001) ctrlShow false";
|
||||
default = 1;
|
||||
w = "0";
|
||||
h = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user