]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/main.menu
added Vampire mode to menu and default.cfg
[divverent/nexuiz.git] / scmenu / main.menu
1 // Property of Alientrap
2 //
3 // Main menu
4 Item Arrangement Main
5 {
6         pos             '29 30'
7         direction       '10 0'
8
9         DeriveTemplate PictureButton MainButton
10         {
11                 soundPressed    "misc/menu2.wav"
12         }
13
14         Derive MainButton Join
15         {
16                 //normal "Join Game"
17                 normal          "$gfx/m_top_joingame"
18                 selected        "$gfx/m_top_joingame"
19
20                 target  "JoinGame"
21                 action  Nex_Action_JumpToJoinGame
22         }
23         Derive MainButton Create
24         {
25                 //normal        "Create Game"
26                 normal          "$gfx/m_top_creategame"
27                 selected        "$gfx/m_top_creategame"
28
29                 target  "CreateGame"
30                 init    Nex_Action_SetNormalPanelLink
31         }
32         Derive MainButton Options
33         {
34                 //normal        "Options"
35                 normal          "$gfx/m_top_options"
36                 selected        "$gfx/m_top_options"
37
38                 target  "Options"
39                 init    Nex_Action_SetNormalPanelLink
40         }
41         Derive MainButton Credits
42         {
43                 //normal        "Credits"
44                 normal          "$gfx/m_top_credits"
45                 selected        "$gfx/m_top_credits"
46
47                 action          Nex_Credits_Action
48         }
49         Derive MainButton Quit
50         {
51                 //normal "Quit"
52                 normal          "$gfx/m_top_quit"
53                 selected        "$gfx/m_top_quit"
54
55                 action          Nex_Quit_Action
56         }
57 }