[Mod FF]: Updated the menu files.
This commit is contained in:
@ -158,7 +158,7 @@
|
||||
uiScript addPlayerProfiles;
|
||||
uiScript openMenuOnDvar com_playerProfile "" player_profile;
|
||||
uiScript openMenuOnDvarNot ui_playerProfileCount 1 player_profile;
|
||||
uiScript stopRefresh;
|
||||
//uiScript stopRefresh;
|
||||
}
|
||||
execkeyint BUTTON_START
|
||||
{
|
||||
@ -169,7 +169,7 @@
|
||||
uiScript addPlayerProfiles;
|
||||
uiScript openMenuOnDvar com_playerProfile "" player_profile;
|
||||
uiScript openMenuOnDvarNot ui_playerProfileCount 1 player_profile;
|
||||
uiScript stopRefresh;
|
||||
//uiScript stopRefresh;
|
||||
}
|
||||
execkeyint 13 //K_ENTER = 13
|
||||
{
|
||||
@ -180,7 +180,7 @@
|
||||
uiScript addPlayerProfiles;
|
||||
uiScript openMenuOnDvar com_playerProfile "" player_profile;
|
||||
uiScript openMenuOnDvarNot ui_playerProfileCount 1 player_profile;
|
||||
uiScript stopRefresh;
|
||||
//uiScript stopRefresh;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -248,19 +248,21 @@
|
||||
decoration
|
||||
visible when( !localVarBool( ui_hideBack ) );
|
||||
}
|
||||
// itemDef
|
||||
// {
|
||||
// name signedinas
|
||||
// type ITEM_TYPE_TEXT
|
||||
// rect 0 0 250 15 HORIZONTAL_ALIGN_LEFT VERTICAL_ALIGN_TOP
|
||||
// textscale TEXTSIZE_SMALL
|
||||
// textstyle ITEM_TEXTSTYLE_SHADOWED
|
||||
// textfont UI_FONT_NORMAL
|
||||
// forecolor COLOR_UNFOCUSED
|
||||
// ownerdraw UI_LOGGEDINUSER_PC
|
||||
// visible when( !localVarBool( ui_hideBack ) );
|
||||
// decoration
|
||||
// }
|
||||
|
||||
// Replace original null ownerdraw on custom!
|
||||
itemDef
|
||||
{
|
||||
name signedinas
|
||||
type ITEM_TYPE_TEXT
|
||||
rect 0 0 250 15 HORIZONTAL_ALIGN_LEFT VERTICAL_ALIGN_TOP
|
||||
textscale TEXTSIZE_SMALL
|
||||
textstyle ITEM_TEXTSTYLE_SHADOWED
|
||||
textfont UI_FONT_NORMAL
|
||||
forecolor COLOR_UNFOCUSED
|
||||
ownerdraw UI_LOGGEDINUSER
|
||||
visible when( !localVarBool( ui_hideBack ) );
|
||||
decoration
|
||||
}
|
||||
|
||||
// all buttons will be hidden when option menus are opened, LocalVarBool(ui_hideBack)
|
||||
CHOICE_BUTTON_VIS( 1, "@IW3SP_MOD_LOC_MENU_CHECK_FOR_UPDATE", open updater_checking_for_updates_internal; LOCAL_ARCADE_RESET, when( !localvarBool( ui_hideBack ) ); )
|
||||
|
Reference in New Issue
Block a user