Tidy up text position to properly acommodate two line names

This commit is contained in:
esteldunedain 2016-06-20 17:42:21 -03:00
parent 7e3e101508
commit 7f39748ff0

View File

@ -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";