Merge new MultiPlayerSetup and autojoin

This commit is contained in:
ebaydayz
2016-03-30 17:01:28 -04:00
parent 77e760fe73
commit 69091965a1
19 changed files with 669 additions and 2367 deletions

View File

@@ -40,6 +40,7 @@ class horde_journal_front_cover
};
// buttons
class open_craft: RscIGUIShortcutButton {
idc = -1;
x = 0.48 * safezoneW + safezoneX;
@@ -47,6 +48,16 @@ class horde_journal_front_cover
text = $STR_UI_CRAFT_OPEN;
action = "closeDialog 0; createDialog 'RscDisplayCraftingMenu';";
};
/*
class open_Construction: RscIGUIShortcutButton {
idc = -1;
x = 0.48 * safezoneW + safezoneX;
y = 0.85 * safezoneH + safezoneY;
text = "Construction";
action = "closeDialog 0; createDialog 'RscDisplayConstructionMenu';";
};
*/
class open_book: horde_RscButton
{
idc = 1900;