reaction/uifiles/error.menu

127 lines
2.2 KiB
Text
Raw Normal View History

2002-07-24 15:30:51 +00:00
#include "ui/menudef.h"
{
menuDef {
name "error_popmenu"
visible 0
fullscreen 0
2009-03-18 19:49:03 +00:00
rect 176 128 256 184
anglevectors -3 -93
2002-07-24 15:30:51 +00:00
focusColor RQ3_MAIN_FOCUSCOLOR // Menu focus color for text and items
style WINDOW_STYLE_EMPTY
2009-03-18 19:49:03 +00:00
onOOBClick { close _self }
onOpen { play "sound/misc/menu1.wav" ; setfocus "close" }
onClose { uiScript clearError ; open main }
onESC { close _self }
2002-07-24 15:30:51 +00:00
popup
2009-03-18 19:49:03 +00:00
itemDef {
name "paper,fade_alpha"
menuAnchor
style WINDOW_STYLE_SHADER
background UI_ASSETS"/paper_1"
forecolor 1 1 .9 1
rect 0 0 280 200
anglevectors -3 -93
2002-07-24 15:30:51 +00:00
visible 1
2009-03-18 19:49:03 +00:00
renderpoint
2002-07-24 15:30:51 +00:00
decoration
}
2009-03-18 19:49:03 +00:00
itemdef {
renderpoint
name "title,fade_alpha"
text "ERROR"
forecolor .4 0 0 1
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .25
textalignx 28
textaligny 24
alignrect "paper" ITEM_ALIGN_CENTER -12 20 240 24
2002-07-24 15:30:51 +00:00
visible 1
2009-03-18 19:49:03 +00:00
autowrapped
2002-07-24 15:30:51 +00:00
decoration
}
2009-03-18 19:49:03 +00:00
itemdef {
name "lines,line1"
alignrect "title" ITEM_ALIGN_CENTER 4 32 216 2
style WINDOW_STYLE_FILLED
backcolor 0 0 0 .1
2002-07-24 15:30:51 +00:00
visible 1
decoration
}
2009-03-18 19:49:03 +00:00
itemdef {
style WINDOW_STYLE_SHADER
forecolor 1 1 1 .5
alignrect title ITEM_ALIGN_RIGHT 16 8 24 24
background UI_ASSETS"/icons/rq3-setup-options"
visible 1
decoration
}
2002-07-24 15:30:51 +00:00
2009-03-18 19:49:03 +00:00
#define LINE ".............................................................."
itemdef {
name "text_background,fade_alpha"
autowrapped
text LINE"\n"
LINE"\n"
LINE"\n"
LINE"\n"
forecolor 0 0 0 1
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_CENTER
textscale .2
textheight 16
textalignx 112
textaligny 28
alignrect "title" ITEM_ALIGN_CENTER 0 32 224 72
2002-07-24 15:30:51 +00:00
visible 1
decoration
}
2009-03-18 19:49:03 +00:00
itemdef {
name "text,fade_alpha"
2002-07-24 15:30:51 +00:00
autowrapped
cvar "com_errorMessage"
2009-03-18 19:49:03 +00:00
forecolor 0 0 0 1
style WINDOW_STYLE_EMPTY
textalign ITEM_ALIGN_LEFT
textscale .2
textheight 16
textalignx 0
textaligny 24
alignrect "title" ITEM_ALIGN_CENTER 0 32 188 72
2002-07-24 15:30:51 +00:00
visible 1
decoration
}
2009-03-18 19:49:03 +00:00
// Close //
itemDef {
name "close,fade_alpha"
text "> ^_C^_lose <"
shortcutKey "C"
2002-07-24 15:30:51 +00:00
type ITEM_TYPE_BUTTON
2009-03-18 19:49:03 +00:00
style WINDOW_STYLE_EMPTY
textscale .25
alignrect title ITEM_ALIGN_RIGHT 24 120 48 16
2002-07-24 15:30:51 +00:00
textalign ITEM_ALIGN_CENTER
2009-03-18 19:49:03 +00:00
textalignx 24
2002-07-24 15:30:51 +00:00
textaligny 12
2009-03-18 19:49:03 +00:00
forecolor 0 0 .1 1
2002-07-24 15:30:51 +00:00
visible 1
2009-03-18 19:49:03 +00:00
action { close _self }
2002-07-24 15:30:51 +00:00
}
2009-03-18 19:49:03 +00:00
2002-07-24 15:30:51 +00:00
}
}