]> icculus.org git repositories - divverent/nexuiz.git/blob - attic/TeamNexuiz/menu/normal.menu
fixed map list position off-by-one
[divverent/nexuiz.git] / attic / TeamNexuiz / menu / normal.menu
1 // Property of Alientrap\r
2 //\r
3 // Normal main menu\r
4 Item Task_Job WelcomeSound\r
5 {\r
6         target  "announcer/welcometonexuiz.wav"\r
7         reinit  Nex_Action_PlaySoundOnce\r
8 }\r
9 Item Window Normal\r
10 {\r
11         key     Nex_Global_Key\r
12         size    '1024 768'\r
13 \r
14         Derive Rect Modulate\r
15         {\r
16                 color           '0.6 0.6 0.7'\r
17                 drawFlag        [DrawFlagModulate]\r
18         }\r
19         Derive Rect AddLevel\r
20         {\r
21                 color           '0.3 0.3 0.3'\r
22                 drawFlag        [DrawFlagAdditive]\r
23         }\r
24         Derive Picture NexuizLogo\r
25         {\r
26                 picture         "gfx/m_background"\r
27                 pos             '0 0'\r
28                 size            '1024 768'\r
29                 alpha           0.5\r
30 \r
31 Ignore\r
32 {\r
33                 Item Effect_Float AlphaPulse\r
34                 {\r
35                         targetFloat      alpha\r
36                         startFloat       0.8\r
37                         endFloat         0.4\r
38                         time             '2 2 -1'\r
39                         interpolForward  FX_SquareInterpolation\r
40                         interpolBackward FX_SquareInterpolation\r
41                 }\r
42                 Item Effect_Vector ColorPulse\r
43                 {\r
44                         targetVector    color\r
45                         startVector     "0 0 0"\r
46                         endVector       "0.1 0 0.05"\r
47                         time            '2 2 -1'\r
48                         interpolForward FX_SquareInterpolation\r
49                         interpolBackward FX_SquareInterpolation\r
50                 }\r
51 }\r
52         }\r
53 \r
54         // Include the main menu as first sub window\r
55         #include "menu/main.menu"\r
56 \r
57         Item Task_Job PanelReinit\r
58         {\r
59                 // this is a automation init function (dont change this to reinit!)\r
60                 init    Nex_Action_SetLinkOnReinit\r
61                 target  "Panel::NexuizLogo"\r
62         }\r
63         Item Reference Panel\r
64         {\r
65                 pos     '62 127'\r
66                 size    '938 650'\r
67 \r
68                 // The first thing you should see is our cool logo!\r
69                 Derive Picture NexuizLogo\r
70                 {\r
71                         picture "gfx/m_strength"\r
72                         pos     '100 30'\r
73                         size    '700 600'\r
74                 }\r
75         }\r
76 \r
77 // global floating windows\r
78 #include "menu/credits.menu"\r
79 #include "menu/messagebox.menu"\r
80 #include "menu/quit.menu"\r
81 }\r
82 \r
83 \r
84 \r
85 \r