[Mod FF]: Updated the menu files.

This commit is contained in:
JerryALT
2024-03-29 19:59:22 +03:00
parent 7050ef5e96
commit 531002020a
15 changed files with 718 additions and 280 deletions

View File

@ -48,20 +48,30 @@
itemDef
{
type ITEM_TYPE_TEXT
#ifdef PC
rect -250 388 500 0 HORIZONTAL_ALIGN_CENTER VERTICAL_ALIGN_TOP
#else
rect -225 352 450 0 HORIZONTAL_ALIGN_CENTER VERTICAL_ALIGN_TOP
#endif
rect -250 388 500 0 HORIZONTAL_ALIGN_CENTER VERTICAL_ALIGN_TOP
textcinematicsubtitle
textfont UI_FONT_DEFAULT
textstyle ITEM_TEXTSTYLE_SHADOWED
textscale 0.38
textalign ITEM_ALIGN_TOP_CENTER
visible 1
visible when( dvarBool(console_menu_style) == 0 )
decoration
autowrapped
}
}
itemDef
{
type ITEM_TYPE_TEXT
rect -225 352 450 0 HORIZONTAL_ALIGN_CENTER VERTICAL_ALIGN_TOP
textcinematicsubtitle
textfont UI_FONT_DEFAULT
textstyle ITEM_TEXTSTYLE_SHADOWED
textscale 0.38
textalign ITEM_ALIGN_TOP_CENTER
visible when( dvarBool(console_menu_style) == 1 )
decoration
autowrapped
}
itemDef
{