mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-27 14:32:15 +00:00
New background image for joinserver.menu
This commit is contained in:
parent
bff6b08767
commit
20df9fa6c4
1 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@
|
||||||
onFocus { show HINT_NAME ; timeFade HINT_NAME forecolor 5 5 5 1 0 HINT_FADE_TIME } \
|
onFocus { show HINT_NAME ; timeFade HINT_NAME forecolor 5 5 5 1 0 HINT_FADE_TIME } \
|
||||||
leaveFocus { timeFade HINT_NAME forecolor 5 5 5 0 0 HINT_FADE_TIME }
|
leaveFocus { timeFade HINT_NAME forecolor 5 5 5 0 0 HINT_FADE_TIME }
|
||||||
|
|
||||||
#define BUTTON_DIMX 116
|
#define BUTTON_DIMX 122
|
||||||
#define BUTTON_DIMY 16
|
#define BUTTON_DIMY 16
|
||||||
#define BUTTON_SPACEX 8
|
#define BUTTON_SPACEX 8
|
||||||
#define BUTTON_SPACEY 4
|
#define BUTTON_SPACEY 4
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
visible MENU_FALSE // Visible on open
|
visible MENU_FALSE // Visible on open
|
||||||
//fullScreen MENU_FALSE
|
//fullScreen MENU_FALSE
|
||||||
focusColor RQ3_MAIN_FOCUSCOLOR // Menu focus color for text and items
|
focusColor RQ3_MAIN_FOCUSCOLOR // Menu focus color for text and items
|
||||||
rect 48 48 560 440
|
rect 48 44 560 440
|
||||||
anglevectors ANGLES
|
anglevectors ANGLES
|
||||||
style WINDOW_STYLE_EMPTY
|
style WINDOW_STYLE_EMPTY
|
||||||
popup
|
popup
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
onOpen { play "sound/ui/whoosh3.wav" ; uiScript "UpdateFilter" ;
|
onOpen { play "sound/ui/whoosh3.wav" ; uiScript "UpdateFilter" ;
|
||||||
setitemcolor hints forecolor HINT_COLOR 1 ; hide "hints" ;
|
setitemcolor hints forecolor HINT_COLOR 1 ; hide "hints" ;
|
||||||
}
|
}
|
||||||
onEsc { uiScript closeJoin }
|
onESC { uiScript closeJoin }
|
||||||
|
|
||||||
onOpenSpecial {
|
onOpenSpecial {
|
||||||
//normal items
|
//normal items
|
||||||
|
@ -110,9 +110,9 @@
|
||||||
menuAnchor
|
menuAnchor
|
||||||
subgroup "fade_fore_alpha"
|
subgroup "fade_fore_alpha"
|
||||||
style WINDOW_STYLE_SHADER
|
style WINDOW_STYLE_SHADER
|
||||||
background UI_ASSETS"/paper_1"
|
background UI_ASSETS"/paper_2"
|
||||||
forecolor MENUCOLOR_MOD 1
|
forecolor MENUCOLOR_MOD 1
|
||||||
rect -16 -16 620 520
|
rect -44 -60 640 696
|
||||||
anglevectors ANGLES
|
anglevectors ANGLES
|
||||||
visible 1
|
visible 1
|
||||||
decoration
|
decoration
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
textalignx 4
|
textalignx 4
|
||||||
textaligny 24
|
textaligny 24
|
||||||
textscale RQ3_MAIN_TEXTSIZE
|
textscale RQ3_MAIN_TEXTSIZE
|
||||||
alignRect paper ITEM_ALIGN_LEFT 40 40 480 20
|
alignRect paper ITEM_ALIGN_LEFT 72 88 480 20
|
||||||
visible 1
|
visible 1
|
||||||
autowrapped
|
autowrapped
|
||||||
decoration
|
decoration
|
||||||
|
@ -340,7 +340,7 @@
|
||||||
|
|
||||||
BEGIN_CONTROL(2, 4, "")
|
BEGIN_CONTROL(2, 4, "")
|
||||||
ownerdraw UI_NETSOURCE
|
ownerdraw UI_NETSOURCE
|
||||||
textalignx 6
|
textalignx 8
|
||||||
action { play "sound/ui/whoosh3.wav" }
|
action { play "sound/ui/whoosh3.wav" }
|
||||||
ASSIGN_HINT(Hint_Source)
|
ASSIGN_HINT(Hint_Source)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue