]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/normal.menu
Now take this, stupid CVS!
[divverent/nexuiz.git] / scmenu / normal.menu
1 // Property of Alientrap
2 //
3 // Normal main menu
4 Item Window Normal
5 {
6         key     Nex_Global_Key
7         size    '1024 768'
8         Derive Picture NexuizLogo
9         {
10                 picture "gfx/m_background"
11                 pos     '0 0'
12                 alpha   0.5
13                 size    '1024 768'
14
15 Ignore
16 {
17                 Item Effect_Float AlphaPulse
18                 {
19                         targetFloat      alpha
20                         startFloat       0.8
21                         endFloat         0.4
22                         time             '2 2 -1'
23                         interpolForward  FX_SquareInterpolation
24                         interpolBackward FX_SquareInterpolation
25                 }
26                 Item Effect_Vector ColorPulse
27                 {
28                         targetVector    color
29                         startVector     "0 0 0"
30                         endVector       "0.1 0 0.05"
31                         time            '2 2 -1'
32                         interpolForward FX_SquareInterpolation
33                         interpolBackward FX_SquareInterpolation
34                 }
35 }
36         }
37
38         // Include the main menu as first sub window
39         #include "menu/main.menu"
40
41         Item Task_Job PanelReinit
42         {
43                 init    Nex_Action_SetLinkOnReinit
44                 target  "Panel::NexuizLogo"
45         }
46         Item Reference Panel
47         {
48                 pos     '62 127'
49                 size    '900 650'
50
51                 // The first thing you should see is our cool logo!
52                 Derive Picture NexuizLogo
53                 {
54                         picture "gfx/m_strength"
55                         pos     '100 30'
56                         size    '700 600'
57                 }
58         }
59
60         #include "menu/credits.menu"
61         #include "menu/quit.menu"
62 }
63
64