mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
Fade-in
This commit is contained in:
parent
8e786adc86
commit
e8c2e6ba5b
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@
|
|||
//backcolor 0 0 0 1
|
||||
onOpen {
|
||||
play "sound/ui/whoosh3.wav" ;
|
||||
setitemcolor window forecolor 5 5 5 0 ;
|
||||
timefade window forecolor 5 5 5 1 0 FADEIN_TIME
|
||||
ALPHA_FADE_FORE(fade_fore_alpha, 1) ;
|
||||
}
|
||||
onESC { play "sound/ui/whoosh3.wav" ; close _self }
|
||||
onOOBClick { play "sound/ui/whoosh3.wav" ; close _self }
|
||||
|
|
Loading…
Reference in a new issue