text "A Fountainhead Entertainment Production\r\r\rProduced and Directed by\rKATHERINE ANNA KANG\r\rOriginal Story by\rKATHERINE ANNA KANG\r\rAdditional Production by\rROWAN CRAWFORD\rMATTHEW C. ROSS\r\rProgramming by\rJAH RAPHAEL\r\rProduction Design by\rROWAN CRAWFORD\rMICHAEL MELLOR\r\rSet Design by\rLLOYD MORRIS\r\rVisual Effects by\rMATTHEW C. ROSS\rFREDERICK D. WHITLARK\rJAH RAPHAEL\r\rSound Effects by\rMATTHEW C. ROSS\r\rMusic by\rPRESTON COOKSEY\r\rAdditional Programming by\rBRETT ESTABROOK\r\rProduction Assistants\rANDREW CAMPBELL\rSAMUEL FRANKLIN\r\rSpecial thanks to the Quake III Arena mod community\rand the film makers of Machinima striving to make a difference."
textstyle 6
textalign 1
textscale .3
textalignx 320
textaligny 0
visible 0
forecolor 1 1 1 1
decoration
}
itemDef {
name bottom // Box for fading in menus
style WINDOW_STYLE_FILLED
background "ui/sidrial/fadebox.tga"
forecolor 0 0 0 1
backcolor 0 0 0 1
rect 0 430 640 55
visible 1
decoration
}
itemDef {
name bottom // Box for fading in menus
style 3
background "ui/sidrial/endgame_top.tga"
forecolor 1 1 1 1
backcolor 1 1 1 1
rect 0 0 640 480
visible 1
decoration
}
itemDef {
name clicknewhere
group quit
rect 0 0 640 480
type 1
text ""
textstyle 6
style WINDOW_STYLE_EMPTY
textalign 1
textscale .25
textalignx 65
textaligny 17
visible 1
forecolor 0 0 0 0
action { play "sound/UI/menu1.wav" close exit; uiScript "quit"; }
}
/*
//Button
itemDef {
name exitbar
style WINDOW_STYLE_FILLED
rect 255 420 131 26
backcolor .66 1 0 .7
visible 0
action { play "sound/UI/menu1.wav" ; close exit; uiScript "quit"; }
}
itemDef {
name quit
group quit
style 3
rect 240 416 34 34
background "ui/sidrial/sub/brace.tga"
backcolor 0 0 0 0
forecolor 1 1 1 1
visible 0
decoration
action { play "sound/UI/menu1.wav" ; close exit; uiScript "quit"; }
}
itemDef {
name quit
group quit
style 3
rect 370 416 34 34
background "ui/sidrial/sub/brace_right.tga"
backcolor 0 0 0 0
forecolor 1 1 1 1
visible 0
decoration
action { play "sound/UI/menu1.wav" ; close exit; uiScript "quit"; }
}
itemDef {
name quit
group quit
rect 255 420 131 26
type 1
text "Click to Exit"
textstyle 6
style WINDOW_STYLE_FILLED
textalign 1
textscale .25
textalignx 65
textaligny 17
visible 0
forecolor .66 1 0 1
action { play "sound/UI/menu1.wav" ; close exit; uiScript "quit"; }