mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-17 01:22:32 +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
|
//backcolor 0 0 0 1
|
||||||
onOpen {
|
onOpen {
|
||||||
play "sound/ui/whoosh3.wav" ;
|
play "sound/ui/whoosh3.wav" ;
|
||||||
setitemcolor window forecolor 5 5 5 0 ;
|
ALPHA_FADE_FORE(fade_fore_alpha, 1) ;
|
||||||
timefade window forecolor 5 5 5 1 0 FADEIN_TIME
|
|
||||||
}
|
}
|
||||||
onESC { play "sound/ui/whoosh3.wav" ; close _self }
|
onESC { play "sound/ui/whoosh3.wav" ; close _self }
|
||||||
onOOBClick { play "sound/ui/whoosh3.wav" ; close _self }
|
onOOBClick { play "sound/ui/whoosh3.wav" ; close _self }
|
||||||
|
|
Loading…
Reference in a new issue