mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
15 lines
212 B
Text
15 lines
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
|
||
|
}
|
||
|
|
||
|
}
|