mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-13 00:24:29 +00:00
See revision 1527.
This commit is contained in:
parent
35b0da6ea7
commit
2b35f9ec2c
1 changed files with 4 additions and 6 deletions
|
@ -43,20 +43,18 @@
|
||||||
play "sound/ui/whoosh3.wav" ;
|
play "sound/ui/whoosh3.wav" ;
|
||||||
uiScript loadVoteArenas ;
|
uiScript loadVoteArenas ;
|
||||||
setitemcolor hints forecolor HINT_COLOR 1 ; hide "hints" ;
|
setitemcolor hints forecolor HINT_COLOR 1 ; hide "hints" ;
|
||||||
ACTIVATE_TAB(1) ;
|
|
||||||
}
|
}
|
||||||
onESC { close _self }
|
onESC { close _self }
|
||||||
|
|
||||||
onOpenSpecial {
|
onOpenSpecial {
|
||||||
//normal items
|
//normal items
|
||||||
setItemColor "fade_alpha" forecolor 5 5 5 0 ;
|
ALPHA_FADE_FORE(fade_alpha, 1) ;
|
||||||
timeFade "fade_alpha" forecolor 5 5 5 1 0 FADEIN_TIME ;
|
|
||||||
//icon - special alpha
|
//icon - special alpha
|
||||||
setItemColor "icon" forecolor 5 5 5 0 ;
|
ALPHA_FADE_FORE(icon, ICON_ALPHA) ;
|
||||||
timeFade "icon" forecolor 5 5 5 ICON_ALPHA 0 FADEIN_TIME ;
|
timeFade "icon" forecolor 5 5 5 ICON_ALPHA 0 FADEIN_TIME ;
|
||||||
//line - special alpha; using backcolor
|
//line - special alpha; using backcolor
|
||||||
setItemColor "line" backcolor 5 5 5 0 ;
|
ALPHA_FADE_BACK(line, LINE_ALPHA) ;
|
||||||
timeFade "line" backcolor 5 5 5 LINE_ALPHA 0 FADEIN_TIME ;
|
ACTIVATE_TAB(1) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
itemDef {
|
itemDef {
|
||||||
|
|
Loading…
Reference in a new issue