mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Only use game filter in singleplayer tab; use menu_{background, overlay, header, footer}.png for other tabs
This commit is contained in:
parent
2c09e8a84c
commit
efc9329033
3 changed files with 74 additions and 51 deletions
|
@ -34,6 +34,15 @@ enum {
|
|||
SERVERLIST_PUBLIC,
|
||||
};
|
||||
|
||||
enum
|
||||
{
|
||||
TAB_SINGLEPLAYER=0,
|
||||
TAB_MULTIPLAYER,
|
||||
TAB_ADVANCED,
|
||||
TAB_SETTINGS,
|
||||
TAB_CREDITS
|
||||
};
|
||||
|
||||
struct MainMenuData
|
||||
{
|
||||
// These are in the native format of the gui elements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue