mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tidy up text position to properly acommodate two line names
This commit is contained in:
parent
7e3e101508
commit
7f39748ff0
@ -31,7 +31,7 @@ class RscTitles {
|
||||
colorText[] = {1, 1, 1, 1};
|
||||
colorBackground[] = {0, 0, 0, 0};
|
||||
x = ((safezoneX + safezoneW) - (8.4 * (((safezoneW / safezoneH) min 1.2) / 40)) - 2.9 * (((safezoneW / safezoneH) min 1.2) / 40));
|
||||
y = safeZoneY + 0.25 * safezoneH;
|
||||
y = safeZoneY + 0.24 * safezoneH;
|
||||
w = (5.9 * (((safezoneW / safezoneH) min 1.2) / 40));
|
||||
h = (3 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25));
|
||||
font = "RobotoCondensed";
|
||||
|
Loading…
Reference in New Issue
Block a user