-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathManhuntUI.hpp
More file actions
31 lines (30 loc) · 751 Bytes
/
ManhuntUI.hpp
File metadata and controls
31 lines (30 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
class MH_Intel
{
idd=-1;
fadein = 0;
duration = 1e+1000;
fadeout = 0;
movingEnable=1;
name="IntelDisplay";
enableSimulation=1;
onLoad="uiNamespace setVariable [""mh_inteldialog"", _this select 0]";
onUnLoad="uiNamespace setVariable [""mh_inteldialog"", nil]";
class controls
{
class MH_IntelDisplay
{
type = CT_STATIC;
idc = 50;
style = ST_LEFT;
colorBackground[] = {0, 0, 0, 0};
colorText[] = {0.6, 1.0, 0.6, 0.75};
font = PuristaMedium;
sizeEx = 0.0295;
h = 0.02;
x = -0.3;
y = safeZoneY + 0.01;
w = 0.4;
text = "Intel: 0";
};
};
};