mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Replace Purista with Roboto - everywhere, close #3401
This commit is contained in:
parent
7cf912222b
commit
7f022eda00
@ -5,7 +5,7 @@ class CfgLocationTypes {
|
|||||||
class ACE_HashLocation {
|
class ACE_HashLocation {
|
||||||
color[] = {0,0,0,0};
|
color[] = {0,0,0,0};
|
||||||
drawStyle = "bananas";
|
drawStyle = "bananas";
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
importance = 5;
|
importance = 5;
|
||||||
name = "HashLocation";
|
name = "HashLocation";
|
||||||
shadow = 0;
|
shadow = 0;
|
||||||
|
@ -25,7 +25,7 @@ class RscTitles {
|
|||||||
y = safeZoneY + 0.2 * safezoneH;
|
y = safeZoneY + 0.2 * safezoneH;
|
||||||
w = 0.2 * safeZoneW;
|
w = 0.2 * safeZoneW;
|
||||||
h = 0.1 * SafeZoneH;
|
h = 0.1 * SafeZoneH;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
// Listbox styles
|
// Listbox styles
|
||||||
#define LB_TEXTURES 0x10
|
#define LB_TEXTURES 0x10
|
||||||
#define LB_MULTI 0x20
|
#define LB_MULTI 0x20
|
||||||
#define FontCSE "PuristaMedium"
|
#define FontCSE "RobotoCondensed"
|
||||||
|
|
||||||
class ACE_gui_backgroundBase {
|
class ACE_gui_backgroundBase {
|
||||||
type = CT_STATIC;
|
type = CT_STATIC;
|
||||||
@ -125,7 +125,7 @@ class ACE_gui_editBase
|
|||||||
text = "";
|
text = "";
|
||||||
size = 0.2;
|
size = 0.2;
|
||||||
style = "0x00 + 0x40";
|
style = "0x00 + 0x40";
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
shadow = 2;
|
shadow = 2;
|
||||||
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
||||||
colorDisabled[] =
|
colorDisabled[] =
|
||||||
@ -463,22 +463,22 @@ class ACE_gui_mapBase {
|
|||||||
colorGrid[] = {0.1,0.1,0.1,0.6};
|
colorGrid[] = {0.1,0.1,0.1,0.6};
|
||||||
colorGridMap[] = {0.1,0.1,0.1,0.6};
|
colorGridMap[] = {0.1,0.1,0.1,0.6};
|
||||||
colorText[] = {1, 1, 1, 0.85};
|
colorText[] = {1, 1, 1, 0.85};
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = 0.0270000;
|
sizeEx = 0.0270000;
|
||||||
stickX[] = {0.20, {"Gamma", 1.00, 1.50} };
|
stickX[] = {0.20, {"Gamma", 1.00, 1.50} };
|
||||||
stickY[] = {0.20, {"Gamma", 1.00, 1.50} };
|
stickY[] = {0.20, {"Gamma", 1.00, 1.50} };
|
||||||
onMouseButtonClick = "";
|
onMouseButtonClick = "";
|
||||||
onMouseButtonDblClick = "";
|
onMouseButtonDblClick = "";
|
||||||
|
|
||||||
fontLabel = "PuristaMedium";
|
fontLabel = "RobotoCondensed";
|
||||||
sizeExLabel = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
sizeExLabel = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
||||||
fontGrid = "TahomaB";
|
fontGrid = "TahomaB";
|
||||||
sizeExGrid = 0.02;
|
sizeExGrid = 0.02;
|
||||||
fontUnits = "TahomaB";
|
fontUnits = "TahomaB";
|
||||||
sizeExUnits = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
sizeExUnits = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
||||||
fontNames = "PuristaMedium";
|
fontNames = "RobotoCondensed";
|
||||||
sizeExNames = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8) * 2";
|
sizeExNames = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8) * 2";
|
||||||
fontInfo = "PuristaMedium";
|
fontInfo = "RobotoCondensed";
|
||||||
sizeExInfo = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
sizeExInfo = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
||||||
fontLevel = "TahomaB";
|
fontLevel = "TahomaB";
|
||||||
sizeExLevel = 0.02;
|
sizeExLevel = 0.02;
|
||||||
@ -493,7 +493,7 @@ onMouseButtonDblClick = "";
|
|||||||
y = "SafeZoneY + safezoneH - 4.5 * ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
y = "SafeZoneY + safezoneH - 4.5 * ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
||||||
w = "10 * ( ((safezoneW / safezoneH) min 1.2) / 40)";
|
w = "10 * ( ((safezoneW / safezoneH) min 1.2) / 40)";
|
||||||
h = "3.5 * ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
h = "3.5 * ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)";
|
||||||
colorBackground[] = {1,1,1,0.5};
|
colorBackground[] = {1,1,1,0.5};
|
||||||
color[] = {0,0,0,1};
|
color[] = {0,0,0,1};
|
||||||
@ -787,4 +787,4 @@ onMouseButtonDblClick = "";
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
// Listbox styles
|
// Listbox styles
|
||||||
#define LB_TEXTURES 0x10
|
#define LB_TEXTURES 0x10
|
||||||
#define LB_MULTI 0x20
|
#define LB_MULTI 0x20
|
||||||
#define FontM "PuristaMedium"
|
#define FontM "RobotoCondensed"
|
||||||
|
|
||||||
class RscText;
|
class RscText;
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ class DAGR_Button {
|
|||||||
idc = -1;
|
idc = -1;
|
||||||
type = CT_BUTTON;
|
type = CT_BUTTON;
|
||||||
style = ST_LEFT;
|
style = ST_LEFT;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = 0.02;
|
sizeEx = 0.02;
|
||||||
colorText[] = { 0, 1, 0, 1 };
|
colorText[] = { 0, 1, 0, 1 };
|
||||||
colorFocused[] = { 0, 0, 0, 0 }; // border color for focused state
|
colorFocused[] = { 0, 0, 0, 0 }; // border color for focused state
|
||||||
@ -116,7 +116,7 @@ class DAGR_Menu_Pic {
|
|||||||
text = "";
|
text = "";
|
||||||
colorBackground[] = {};
|
colorBackground[] = {};
|
||||||
colorText[] = {};
|
colorText[] = {};
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = 0.04;
|
sizeEx = 0.04;
|
||||||
waitForLoad = 0;
|
waitForLoad = 0;
|
||||||
};
|
};
|
||||||
@ -131,7 +131,7 @@ class DAGR_Menu_Text {
|
|||||||
h = 0.15;
|
h = 0.15;
|
||||||
colorBackground[] = { 0, 0, 0, 0 };
|
colorBackground[] = { 0, 0, 0, 0 };
|
||||||
colorText[] = { 0.239, 0.216, 0.153, 1 };
|
colorText[] = { 0.239, 0.216, 0.153, 1 };
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = 0.03;
|
sizeEx = 0.03;
|
||||||
waitForLoad = 0;
|
waitForLoad = 0;
|
||||||
text = "";
|
text = "";
|
||||||
|
@ -10,7 +10,7 @@ class RscTitles {
|
|||||||
text = "";
|
text = "";
|
||||||
colorBackground[] = { 0, 0, 0, 0 };
|
colorBackground[] = { 0, 0, 0, 0 };
|
||||||
colorText[] = { 0.239, 0.216, 0.153, 1 };
|
colorText[] = { 0.239, 0.216, 0.153, 1 };
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = 0.04;
|
sizeEx = 0.04;
|
||||||
waitForLoad = 0;
|
waitForLoad = 0;
|
||||||
};
|
};
|
||||||
@ -25,7 +25,7 @@ class RscTitles {
|
|||||||
text = "";
|
text = "";
|
||||||
colorBackground[] = {};
|
colorBackground[] = {};
|
||||||
colorText[] = {};
|
colorText[] = {};
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = 0.02;
|
sizeEx = 0.02;
|
||||||
waitForLoad = 0;
|
waitForLoad = 0;
|
||||||
};
|
};
|
||||||
|
@ -41,7 +41,7 @@ _iconSize = BASE_SIZE * _fovCorrection;
|
|||||||
_drawColor set [3, ((_drawColor select 3) * (_timeLeftToShow / 0.5))];
|
_drawColor set [3, ((_drawColor select 3) * (_timeLeftToShow / 0.5))];
|
||||||
};
|
};
|
||||||
|
|
||||||
drawIcon3D [QUOTE(PATHTOF(UI\fp_icon2.paa)), _drawColor, _pos, _iconSize, _iconSize, 0, _name, 1, 0.03, "PuristaMedium"];
|
drawIcon3D [QUOTE(PATHTOF(UI\fp_icon2.paa)), _drawColor, _pos, _iconSize, _iconSize, 0, _name, 1, 0.03, "RobotoCondensed"];
|
||||||
};
|
};
|
||||||
} count (GVAR(fingersHash) select 0);
|
} count (GVAR(fingersHash) select 0);
|
||||||
|
|
||||||
|
@ -28,5 +28,5 @@ private ["_color", "_index", "_lastPos", "_lastSpd", "_max", "_positions", "_sta
|
|||||||
_lastPos = _pos2;
|
_lastPos = _pos2;
|
||||||
_lastSpd = _data1 select 1;
|
_lastSpd = _data1 select 1;
|
||||||
};
|
};
|
||||||
// drawIcon3D ["", [1,0,0,1], _lastPos, 0, 0, 0, format["%1m/s", _lastSpd], 1, 0.05, "PuristaMedium"];
|
// drawIcon3D ["", [1,0,0,1], _lastPos, 0, 0, 0, format["%1m/s", _lastSpd], 1, 0.05, "RobotoCondensed"];
|
||||||
} forEach GVAR(traces);
|
} forEach GVAR(traces);
|
||||||
|
@ -7,20 +7,20 @@
|
|||||||
////////////////
|
////////////////
|
||||||
|
|
||||||
class RscPicture {
|
class RscPicture {
|
||||||
access = 0;
|
access = 0;
|
||||||
idc = -1;
|
idc = -1;
|
||||||
type = CT_STATIC;
|
type = CT_STATIC;
|
||||||
style = ST_PICTURE;
|
style = ST_PICTURE;
|
||||||
colorBackground[] = {0,0,0,0};
|
colorBackground[] = {0,0,0,0};
|
||||||
colorText[] = {1,1,1,1};
|
colorText[] = {1,1,1,1};
|
||||||
font = "puristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = 0;
|
sizeEx = 0;
|
||||||
lineSpacing = 0;
|
lineSpacing = 0;
|
||||||
fixedWidth = 0;
|
fixedWidth = 0;
|
||||||
shadow = 0;
|
shadow = 0;
|
||||||
text = "";
|
text = "";
|
||||||
x = safezoneX;
|
x = safezoneX;
|
||||||
y = safezoneY;
|
y = safezoneY;
|
||||||
w = safezoneW;
|
w = safezoneW;
|
||||||
h = safezoneH;
|
h = safezoneH;
|
||||||
};
|
};
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
#define ST_TILE_PICTURE 144
|
#define ST_TILE_PICTURE 144
|
||||||
#define ST_WITH_RECT 160
|
#define ST_WITH_RECT 160
|
||||||
#define ST_LINE 176
|
#define ST_LINE 176
|
||||||
#define FontM "PuristaMedium"
|
#define FontM "RobotoCondensed"
|
||||||
#define __XA SafeZoneXAbs
|
#define __XA SafeZoneXAbs
|
||||||
#define __X SafeZoneX
|
#define __X SafeZoneX
|
||||||
#define __Y SafeZoneY
|
#define __Y SafeZoneY
|
||||||
@ -146,7 +146,7 @@ class ace_huntir_cam_dialog {
|
|||||||
style = 48;
|
style = 48;
|
||||||
colorText[ ]={ 1,1,1,1 };
|
colorText[ ]={ 1,1,1,1 };
|
||||||
colorBackground[ ]={ 0.4,0.4,0.4,1 };
|
colorBackground[ ]={ 0.4,0.4,0.4,1 };
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = 0.021;
|
sizeEx = 0.021;
|
||||||
lineSpacing = 1;
|
lineSpacing = 1;
|
||||||
x = __X;
|
x = __X;
|
||||||
|
@ -15,7 +15,7 @@ class RscTitles {
|
|||||||
idc = 64432;
|
idc = 64432;
|
||||||
style = 0;
|
style = 0;
|
||||||
x = 0.497;y = 0.297;w = 0.2;h = 0.2;
|
x = 0.497;y = 0.297;w = 0.2;h = 0.2;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = __FONTHEIGHT;
|
sizeEx = __FONTHEIGHT;
|
||||||
colorText[] = {1, 1, 1, 1};
|
colorText[] = {1, 1, 1, 1};
|
||||||
colorBackground[]={0,0,0,0};
|
colorBackground[]={0,0,0,0};
|
||||||
@ -38,4 +38,4 @@ class RscTitles {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -11,7 +11,7 @@ class ACE_Interaction_Button_Base {
|
|||||||
access = 0;
|
access = 0;
|
||||||
type = 1;
|
type = 1;
|
||||||
text = "";
|
text = "";
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
sizeEx = "0.8 / 40 / (getResolution select 5)";
|
sizeEx = "0.8 / 40 / (getResolution select 5)";
|
||||||
shadow = 2;
|
shadow = 2;
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ class Tree {
|
|||||||
class Legend {
|
class Legend {
|
||||||
x = SafeZoneX+SafeZoneW-.340;
|
x = SafeZoneX+SafeZoneW-.340;
|
||||||
y = SafeZoneY+SafeZoneH-.152;
|
y = SafeZoneY+SafeZoneH-.152;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
w = .340;
|
w = .340;
|
||||||
h = .152;
|
h = .152;
|
||||||
sizeEx = 0.039210;
|
sizeEx = 0.039210;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#define ICON_TEXT_ALIGN "left"
|
#define ICON_TEXT_ALIGN "left"
|
||||||
#define ICON_ANGLE 0
|
#define ICON_ANGLE 0
|
||||||
#define ICON_SHADOW 1
|
#define ICON_SHADOW 1
|
||||||
#define TEXT_FONT "PuristaBold"
|
#define TEXT_FONT "RobotoCondensedBold"
|
||||||
#define TEXT_ICON_RENDER_SIZE 20
|
#define TEXT_ICON_RENDER_SIZE 20
|
||||||
#define TEXT_SIZE 0.030
|
#define TEXT_SIZE 0.030
|
||||||
#define TEXT_SHADOW 0
|
#define TEXT_SHADOW 0
|
||||||
|
@ -57,7 +57,7 @@ class Rsctitles {
|
|||||||
h = "0.7 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
h = "0.7 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
||||||
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.7)";
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.7)";
|
||||||
style = 0x00 + 0x100; // ST_LEFT + ST_SHADOW
|
style = 0x00 + 0x100; // ST_LEFT + ST_SHADOW
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
||||||
colorBackground[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", "(profilenamespace getVariable ['GUI_BCG_RGB_A',0.9])"};
|
colorBackground[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", "(profilenamespace getVariable ['GUI_BCG_RGB_A',0.9])"};
|
||||||
text = CSTRING(Injuries);
|
text = CSTRING(Injuries);
|
||||||
@ -103,7 +103,7 @@ class Rsctitles {
|
|||||||
h = "0.7 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
h = "0.7 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
||||||
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.7)";
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.7)";
|
||||||
style = 0x00 + 0x100; // ST_LEFT + ST_SHADOW
|
style = 0x00 + 0x100; // ST_LEFT + ST_SHADOW
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
||||||
colorBackground[] = {0,0,0,0.9};
|
colorBackground[] = {0,0,0,0.9};
|
||||||
text = "";
|
text = "";
|
||||||
|
@ -14,7 +14,7 @@ class GVAR(triageCard) {
|
|||||||
w = "15 * (((safezoneW / safezoneH) min 1.2) / 40)";
|
w = "15 * (((safezoneW / safezoneH) min 1.2) / 40)";
|
||||||
h = "19 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
h = "19 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
||||||
style = ST_LEFT + ST_SHADOW;
|
style = ST_LEFT + ST_SHADOW;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
||||||
colorText[] = {0.0, 0.0, 0.0, 1};
|
colorText[] = {0.0, 0.0, 0.0, 1};
|
||||||
colorBackground[] = {1,1,1,1};
|
colorBackground[] = {1,1,1,1};
|
||||||
@ -26,7 +26,7 @@ class GVAR(triageCard) {
|
|||||||
y = "1 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) + (safezoneY + (safezoneH - (((safezoneW / safezoneH) min 1.2) / 1.2))/2)";
|
y = "1 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) + (safezoneY + (safezoneH - (((safezoneW / safezoneH) min 1.2) / 1.2))/2)";
|
||||||
w = "5 * (((safezoneW / safezoneH) min 1.2) / 40)";
|
w = "5 * (((safezoneW / safezoneH) min 1.2) / 40)";
|
||||||
h = "5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
h = "5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
||||||
colorText[] = {1,1,0,1};
|
colorText[] = {1,1,0,1};
|
||||||
colorBackground[] = {0,0,0,0};
|
colorBackground[] = {0,0,0,0};
|
||||||
@ -46,7 +46,7 @@ class GVAR(triageCard) {
|
|||||||
h = "0.7 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
h = "0.7 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
||||||
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.7)";
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.7)";
|
||||||
style = 0x02 + 0x100; // ST_LEFT + ST_SHADOW
|
style = 0x02 + 0x100; // ST_LEFT + ST_SHADOW
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
colorText[] = {0,0,0,1};
|
colorText[] = {0,0,0,1};
|
||||||
colorBackground[] = {0,0,0,0};
|
colorBackground[] = {0,0,0,0};
|
||||||
text = CSTRING(Actions_TriageCard);
|
text = CSTRING(Actions_TriageCard);
|
||||||
|
@ -37,7 +37,7 @@ class GVAR(medicalMenu) {
|
|||||||
w = "38 * (((safezoneW / safezoneH) min 1.2) / 40)";
|
w = "38 * (((safezoneW / safezoneH) min 1.2) / 40)";
|
||||||
h = "1 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
h = "1 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
|
||||||
style = ST_LEFT + ST_SHADOW;
|
style = ST_LEFT + ST_SHADOW;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
||||||
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
||||||
colorBackground[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", "(profilenamespace getVariable ['GUI_BCG_RGB_A',0.9])"};
|
colorBackground[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", "(profilenamespace getVariable ['GUI_BCG_RGB_A',0.9])"};
|
||||||
|
@ -70,7 +70,7 @@ _fnc_parameters = {
|
|||||||
_name,
|
_name,
|
||||||
2,
|
2,
|
||||||
(0.05 * _scale),
|
(0.05 * _scale),
|
||||||
"PuristaMedium"
|
"RobotoCondensed"
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -92,6 +92,6 @@ class RscText;
|
|||||||
// Listbox styles
|
// Listbox styles
|
||||||
#define LB_TEXTURES 0x10
|
#define LB_TEXTURES 0x10
|
||||||
#define LB_MULTI 0x20
|
#define LB_MULTI 0x20
|
||||||
#define FontCSE "PuristaMedium"
|
#define FontCSE "RobotoCondensed"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
|
|
||||||
class ACE_Open_SettingsMenu_BtnBase : ACE_gui_buttonBase {
|
class ACE_Open_SettingsMenu_BtnBase : ACE_gui_buttonBase {
|
||||||
class Attributes {
|
class Attributes {
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
color = "#E5E5E5";
|
color = "#E5E5E5";
|
||||||
align = "left";
|
align = "left";
|
||||||
shadow = "true";
|
shadow = "true";
|
||||||
};
|
};
|
||||||
class AttributesImage {
|
class AttributesImage {
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
color = "#E5E5E5";
|
color = "#E5E5E5";
|
||||||
align = "left";
|
align = "left";
|
||||||
};
|
};
|
||||||
@ -46,7 +46,7 @@ class ACE_Open_SettingsMenu_BtnBase : ACE_gui_buttonBase {
|
|||||||
colorFocused[] = {0,0,0,1};
|
colorFocused[] = {0,0,0,1};
|
||||||
colorText[] = {1,1,1,1};
|
colorText[] = {1,1,1,1};
|
||||||
default = 0;
|
default = 0;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
idc = -1;
|
idc = -1;
|
||||||
period = 1.2;
|
period = 1.2;
|
||||||
periodFocus = 1.2;
|
periodFocus = 1.2;
|
||||||
@ -149,17 +149,17 @@ class RscDisplayMain: RscStandardDisplay {
|
|||||||
|
|
||||||
shadow = 0;
|
shadow = 0;
|
||||||
class H1 {
|
class H1 {
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
fontBold = "PuristaLight";
|
fontBold = "RobotoCondensedLight";
|
||||||
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.4)";
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.4)";
|
||||||
};
|
};
|
||||||
class H2: H1 {
|
class H2: H1 {
|
||||||
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)";
|
||||||
font = "PuristaLight";
|
font = "RobotoCondensedLight";
|
||||||
};
|
};
|
||||||
class P: H1 {
|
class P: H1 {
|
||||||
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
|
||||||
fontBold = "PuristaLight";
|
fontBold = "RobotoCondensedLight";
|
||||||
};
|
};
|
||||||
colorBold[] = {0.6,0.6,0.6,1};
|
colorBold[] = {0.6,0.6,0.6,1};
|
||||||
colorLink[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])",1};
|
colorLink[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])",1};
|
||||||
|
@ -30,7 +30,7 @@ class ACE_settingsMenu {
|
|||||||
w = W_PART(38);
|
w = W_PART(38);
|
||||||
h = H_PART(1);
|
h = H_PART(1);
|
||||||
style = ST_LEFT + ST_SHADOW;
|
style = ST_LEFT + ST_SHADOW;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
SizeEx = H_PART(1);
|
SizeEx = H_PART(1);
|
||||||
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
||||||
colorBackground[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", "(profilenamespace getVariable ['GUI_BCG_RGB_A',0.9])"};
|
colorBackground[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", "(profilenamespace getVariable ['GUI_BCG_RGB_A',0.9])"};
|
||||||
@ -67,7 +67,7 @@ class ACE_settingsMenu {
|
|||||||
w = W_PART(38);
|
w = W_PART(38);
|
||||||
h = H_PART(1);
|
h = H_PART(1);
|
||||||
style = ST_LEFT + ST_SHADOW;
|
style = ST_LEFT + ST_SHADOW;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
SizeEx = H_PART(1);
|
SizeEx = H_PART(1);
|
||||||
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
||||||
colorBackground[] = {0,0,0,0};
|
colorBackground[] = {0,0,0,0};
|
||||||
@ -287,7 +287,7 @@ class ACE_serverSettingsMenu: ACE_settingsMenu {
|
|||||||
w = W_PART(38);
|
w = W_PART(38);
|
||||||
h = H_PART(1);
|
h = H_PART(1);
|
||||||
style = ST_LEFT + ST_SHADOW;
|
style = ST_LEFT + ST_SHADOW;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
SizeEx = H_PART(1);
|
SizeEx = H_PART(1);
|
||||||
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
colorText[] = {0.95, 0.95, 0.95, 0.75};
|
||||||
colorBackground[] = {0,0,0,0};
|
colorBackground[] = {0,0,0,0};
|
||||||
|
@ -21,7 +21,7 @@ class RscTitles {
|
|||||||
style = 48 + 0x800;
|
style = 48 + 0x800;
|
||||||
scale = 1;
|
scale = 1;
|
||||||
sizeEx = 1;
|
sizeEx = 1;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
colorText[] = { 1, 1, 1, 1 };
|
colorText[] = { 1, 1, 1, 1 };
|
||||||
colorBackground[] = { 1, 1, 1, 1 };
|
colorBackground[] = { 1, 1, 1, 1 };
|
||||||
shadow = 1;
|
shadow = 1;
|
||||||
@ -37,7 +37,7 @@ class RscTitles {
|
|||||||
style = 2;
|
style = 2;
|
||||||
sizeEx = 0.04;
|
sizeEx = 0.04;
|
||||||
lineSpacing = 1;
|
lineSpacing = 1;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
text = "";
|
text = "";
|
||||||
colorText[] = { 1, 1, 1, 0.9 };
|
colorText[] = { 1, 1, 1, 0.9 };
|
||||||
colorBackground[] = { 1, 0, 0, 0 };
|
colorBackground[] = { 1, 0, 0, 0 };
|
||||||
@ -54,7 +54,7 @@ class RscTitles {
|
|||||||
style = 0;
|
style = 0;
|
||||||
sizeEx = 0.04;
|
sizeEx = 0.04;
|
||||||
lineSpacing = 1;
|
lineSpacing = 1;
|
||||||
font = "PuristaMedium";
|
font = "RobotoCondensed";
|
||||||
text = "";
|
text = "";
|
||||||
colorText[] = { 1, 1, 1, 0.9 };
|
colorText[] = { 1, 1, 1, 0.9 };
|
||||||
colorBackground[] = { 1, 0, 0, 0 };
|
colorBackground[] = { 1, 0, 0, 0 };
|
||||||
|
Loading…
Reference in New Issue
Block a user