]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/normal.menu
Adding my current version of the scmenu to the nexuiz 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 Rect BackgroundMod
9         {
10                 pos     '0 0'
11                 color   "0 0 0"
12                 alpha   0.5
13 Ignore
14 {
15                 Item Effect_Float AlphaPulse
16                 {
17                         targetFloat      alpha
18                         startFloat       0.8
19                         endFloat         0.4
20                         time             '2 2 -1'
21                         interpolForward  FX_SquareInterpolation
22                         interpolBackward FX_SquareInterpolation
23                 }
24                 Item Effect_Vector ColorPulse
25                 {
26                         targetVector    color
27                         startVector     "0 0 0"
28                         endVector       "0.1 0 0.05"
29                         time            '2 2 -1'
30                         interpolForward FX_SquareInterpolation
31                         interpolBackward FX_SquareInterpolation
32                 }
33 }
34         }
35
36         // Include the main menu as first sub window
37         #include "menu/main.menu"
38
39         Item Task_Job PanelReinit
40         {
41                 init    Nex_Action_SetLinkOnReinit
42                 target  "Panel::NexuizLogo"
43         }
44         Item Reference Panel
45         {
46                 pos     '62 80'
47                 size    '900 650'
48
49                 // The first thing you should see is our cool logo!
50                 Derive Picture NexuizLogo
51                 {
52                         picture "gfx/m_strength"
53                         pos     '100 0'
54                         size    '600 600'
55                 }
56         }
57
58         #include "menu/quit.menu"
59 }
60
61