init
This commit is contained in:
19
zone_raw/localized_ui_mp/ui_mp/menu_leaderboard.menu
Normal file
19
zone_raw/localized_ui_mp/ui_mp/menu_leaderboard.menu
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
menuDef
|
||||
{
|
||||
name "menu_leaderboard"
|
||||
rect 0 0 0 0 0 0
|
||||
onOpen
|
||||
{
|
||||
close self;
|
||||
if (dvarbool(widescreen))
|
||||
{
|
||||
open menu_leaderboard_hd;
|
||||
}
|
||||
else
|
||||
{
|
||||
open menu_leaderboard_sd;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user