mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 23:32:06 +00:00
16 lines
No EOL
243 B
Text
16 lines
No EOL
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 }
|
|
}
|
|
} |