mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user