mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Restyle the dog tag text.
This commit is contained in:
parent
1f74bfca17
commit
e58d829927
@ -34,15 +34,15 @@ class RscTitles {
|
||||
y = safeZoneY + 0.25 * safezoneH;
|
||||
w = (5.9 * (((safezoneW / safezoneH) min 1.2) / 40));
|
||||
h = (3 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25));
|
||||
font = "EtelkaMonospacePro";
|
||||
font = "RobotoCondensed";
|
||||
class Attributes {
|
||||
font = "EtelkaMonospacePro";
|
||||
color = "#FFFFFF";
|
||||
align = "center";
|
||||
font = "RobotoCondensed";
|
||||
color = "#EEEEEE";
|
||||
align = "left";
|
||||
valign = "middle";
|
||||
shadow = 1;
|
||||
shadow = 2;
|
||||
shadowColor = "#3f4345";
|
||||
size = "0.85";
|
||||
size = "0.80";
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -58,13 +58,13 @@ class RscTitles {
|
||||
};
|
||||
class nickname: nickname {
|
||||
class Attributes: Attributes {
|
||||
font = "EtelkaMonospacePro";
|
||||
color = "#FFFFFF";
|
||||
align = "center";
|
||||
font = "RobotoCondensed";
|
||||
color = "#EEEEEE";
|
||||
align = "left";
|
||||
valign = "middle";
|
||||
shadow = 1;
|
||||
shadow = 2;
|
||||
shadowColor = "#3f4345";
|
||||
size = "0.85";
|
||||
size = "0.80";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -27,4 +27,4 @@ private _display = uiNamespace getvariable [QGVAR(tag), displayNull];
|
||||
if(isNull _display) exitWith {};
|
||||
|
||||
private _control = _display displayCtrl 1001;
|
||||
_control ctrlSetText _nickname;
|
||||
_control ctrlSetStructuredText parseText format ["%1<br/>%2<br/>%3", toUpper _nickName, "135-13-9001", "O POS"];
|
||||
|
Loading…
Reference in New Issue
Block a user