mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 23:32:06 +00:00
15 lines
No EOL
212 B
Text
15 lines
No EOL
212 B
Text
#include "ui/menudef.h"
|
|
|
|
|
|
{
|
|
|
|
menuDef {
|
|
name "Connect"
|
|
background "ui/assets/backscreen"
|
|
rect 0 0 640 480
|
|
fullScreen MENU_FALSE
|
|
visible MENU_FALSE
|
|
style WINDOW_STYLE_SHADER
|
|
}
|
|
|
|
} |