This commit is contained in:
2024-01-01 18:32:15 +01:00
commit 2325242745
466 changed files with 956376 additions and 0 deletions

View 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;
}
}
}
}