summaryrefslogtreecommitdiff
path: root/ui/quitcredit.menu
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2002-08-04 01:53:40 +0000
committerTim Angus <tim@ngus.net>2002-08-04 01:53:40 +0000
commitd60e2ac13a5bd3a334ed1c2e3e225c73e682f263 (patch)
tree5ad266d837fcb542c2d534c598ac677bab532f90 /ui/quitcredit.menu
parentfd4c3379156a64336019bb13f343e8d7206bd9d9 (diff)
* Removed ingame credits
* Placeholder exit credits * Join and Create server menus
Diffstat (limited to 'ui/quitcredit.menu')
-rw-r--r--ui/quitcredit.menu298
1 files changed, 46 insertions, 252 deletions
diff --git a/ui/quitcredit.menu b/ui/quitcredit.menu
index 7f83df1a..cd9cff97 100644
--- a/ui/quitcredit.menu
+++ b/ui/quitcredit.menu
@@ -1,258 +1,52 @@
#include "ui/menudef.h"
{
-\\ QUIT CREDIT \\
-
- menuDef {
- name "quitCredit"
- visible 0
- fullscreen 1
- rect 0 0 640 480
- background "menuback_a"
- focusColor 1 .67 0 1
- style 1
- border 1
- onEsc { uiScript "quit" }
- onOpen { setitemcolor fadebox backcolor 0 0 0 1 ;
- fadeout fadebox ;
- show grpidcredit }
-
-
-
-
-
-itemDef {
- name demo_only
- style WINDOW_STYLE_EMPTY
- rect 0 0 640 480
- type 1
- visible 1
- action { play "sound/misc/nomenu.wav" ;
- close quitCredit ;
- uiScript "quit" }
- }
+ \\ QUIT CREDIT \\
+
+ menuDef
+ {
+ name "quitCredit"
+ visible 0
+ fullscreen 1
+ rect 0 0 640 480
+ focusColor 1 .75 0 1
+ style 1
+ border 0
+ onEsc
+ {
+ uiScript "quit"
+ }
+
+ itemDef
+ {
+ name exitclickbox
+ style WINDOW_STYLE_FILLED
+ rect 0 0 640 480
+ type ITEM_TYPE_BUTTON
+ visible 1
+ backcolor 0 0 0 1
+ action
+ {
+ play "sound/misc/nomenu.wav";
+ close quitCredit;
+ uiScript "quit"
+ }
+ }
-
-// LEVEL SELECTION BAR //
-
-itemDef {
- name teamarenaart
- group grpidcredit
- style WINDOW_STYLE_SHADER
- background "ui/assets/teamarenaimage2.tga"
- rect 64 0 512 150
- visible 0
- decoration
- }
-
-
-
-
-
-itemDef {
- name programming
- group grpidcredit
- style 0
- rect 0 160 640 30
- textalign 1
- textalignx 320
- textaligny 10
- textscale .35
- text "PROGRAMMING: John Carmack, Robert Duffy, Jim Dose'"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
-itemDef {
- name artist
- group grpidcredit
- style 0
- rect 0 190 640 30
- textalign 1
- textalignx 320
- textaligny 10
- textscale .35
- text "ART: Adrian Carmack, Kevin Cloud, Kenneth Scott, Seneca Menard, Fred Nilsson "
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
-
-itemDef {
- name levelDesign
- group grpidcredit
- style 0
- rect 0 220 640 30
- textalign 1
- textalignx 320
- textaligny 10
- textscale .35
- text "LEVEL DESIGN: Tim Willits, Christian Antkow, Paul Jaquays"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
-itemDef {
- name gameDesign
- group grpidcredit
- style 0
- rect 0 250 640 30
- textalign 1
- textalignx 320
- textaligny 10
- textscale .35
- text "GAME DESIGN: Graeme Devine"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
-itemDef {
- name ceo
- group grpidcredit
- style 0
- rect 0 280 640 30
- textalign 1
- textalignx 320
- textaligny 10
- textscale .35
- text "CEO: Todd Hollenshead"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
-itemDef {
- name bizDev
- group grpidcredit
- style 0
- rect 0 310 640 30
- textalign 1
- textalignx 320
- textaligny 10
- textscale .35
- text "BUSINESS DEVELOPMENT: Marty Stratton"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
-itemDef {
- name idMom
- group grpidcredit
- style 0
- rect 0 340 640 30
- textalign 1
- textalignx 320
- textaligny 10
- textscale .35
- text "OFFICE MANAGER AND ID MOM: Donna Jackson"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
-itemDef {
- name devAssist
- group grpidcredit
- style 0
- rect 0 370 640 30
- textalign 1
- textalignx 320
- textaligny 10
- textscale .35
- text "DEVELOPMENT ASSISTANCE: Eric Webb"
- forecolor 1 1 1 1
- decoration
- visible 0
- }
-
-
-itemDef {
- name exitbttn
- group grpidcredit
- rect 255 420 130 26
- type 1
- text "Click to Exit"
- style WINDOW_STYLE_FILLED
- background "ui/assets/button_back.tga"
- textalign 1
- textscale .25
- textalignx 65
- textaligny 20
- visible 0
- decoration
- backcolor .37 .1 .1 1
- forecolor 1 1 1 1
- action { play "sound/misc/nomenu.wav" }
- mouseEnter { setitemcolor exitbttn backcolor .1 .37 .1 1 }
- mouseExit { setitemcolor exitbttn backcolor .37 .1 .1 1 }
- }
-itemDef {
- name exitbttn
- group grpidcredit
- style WINDOW_STYLE_SHADER
- background "ui/assets/framebutton.tga"
- rect 255 420 130 26
- visible 0
- decoration
- }
-
-itemDef {
- name exitbttn
- group grpidcredit
- style WINDOW_STYLE_SHADER
- background "ui/assets/leftbutton.tga"
- rect 243 420 13 26
- visible 0
- decoration
- }
-
-itemDef {
- name exitbttn
- group grpidcredit
- style WINDOW_STYLE_SHADER
- background "ui/assets/rightbutton.tga"
- rect 384 420 13 26
- visible 0
- decoration
- }
-
-itemDef {
- name copyright
- text "Quake III: Team Arena Copyright 2000 Id Software, Inc. All rights reserved"
- style 0
- textscale .25
- rect 0 440 640 40
- textalign 1
- textaligny 32
- textalignx 320
- forecolor .75 0 0 .75
- visible 1
- decoration
- }
-
-
-itemDef {
- name fadebox
- style WINDOW_STYLE_FILLED
- background "ui/assets/fadebox.tga"
- forecolor 0 0 0 1
- backcolor 0 0 0 1
- rect 0 0 640 480
- visible 1
- decoration
- }
-
-
-
-
-
-}
-
+ itemDef
+ {
+ name programming
+ group grpidcredit
+ rect 0 160 640 30
+ textalign 1
+ textalignx 320
+ textaligny 10
+ textscale .35
+ text "INSERT CREDITS HERE"
+ forecolor 1 1 1 1
+ decoration
+ visible 1
+ }
+ }
}
-} \ No newline at end of file