Rename Multiplayer Setup to Lobby

Vanilla commit:

https://github.com/DayZMod/DayZ/commit/fd90a380a7bad41fd71a8d9654d08e0ee69a88c0
This commit is contained in:
ebaydayz
2016-09-10 13:19:31 -04:00
parent 3b8f89f18d
commit bbe6be6c31
2 changed files with 15 additions and 1 deletions
+11 -1
View File
@@ -88,7 +88,17 @@ class RscDisplayMultiplayerSetup: RscStandardDisplay
};
};
class controls
{
{
class CA_MP_roles_Title : CA_Title {
idc = 1001;
style = 2;
x = "(02/100) * SafeZoneW + SafeZoneX";
y = "(02/100) * SafeZoneH + SafeZoneY";
w = "(96/100) * SafeZoneW";
h = "(06/100) * SafeZoneH";
colorBackground[] = {49/255, 36/255, 25/255, 173/255};
text = $STR_UI_LOBBY;
};
class TextIsland: RscText
{
idc = 1003;