mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-24 05:01:24 +00:00
16 lines
243 B
Text
16 lines
243 B
Text
|
#include "ui/menudef.h"
|
||
|
|
||
|
{
|
||
|
\\ Cinematic \\
|
||
|
|
||
|
menuDef {
|
||
|
name "cinematic"
|
||
|
visible 0
|
||
|
fullscreen 1
|
||
|
rect 0 0 640 480
|
||
|
focusColor 1 .67 0 1
|
||
|
style 1
|
||
|
border 1
|
||
|
onopen { exec "cinematic idlogo.RoQ" ; open credit }
|
||
|
}
|
||
|
}
|