Supply crate localization fixes

Extends the displayName RSC width to the same as the description (Not
sure why this was so small, it truncated longer display names)
Added localization strings for all the supply crates so they were easier
to distinguish in the gear menu.
This commit is contained in:
oiad
2016-08-28 00:02:27 +12:00
parent 95310b9000
commit f838739975
3 changed files with 129 additions and 59 deletions

View File

@@ -235,19 +235,20 @@ class RscDisplayGear
shadow = 0;
};
class CA_ItemName : RscText
class CA_ItemName : RscText // This is the RSC for the DisplayName under the list box.
{
idc = 1101;
//x = -0.039;
x = -0.051;
//y = 0.627;
y = 0.668;
w = 0.458;
colorText[] = {0.32,0.24,0.09,1};
shadow = 0;
text = "Gear of the unit:";
};
class CA_CustomDescription : RscStructuredText
class CA_CustomDescription : RscStructuredText // This is the RSC for the descriptionShort under the list box.
{
idc = 1106;
//x = -0.039;