]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/main.menu
new menu from morphed
[divverent/nexuiz.git] / data / menu / main.menu
1 // Property of Alientrap
2 //
3 // Main menu
4 Item Arrangement Main
5 {
6         pos             '132 9'
7         direction       '10 0'
8
9         DeriveTemplate PictureButton MainButton
10         {
11                 soundPressed    "misc/menu2.wav"
12         }
13
14         Derive MainButton Join
15         {
16                 normal          "$gfx/b_join"
17                 selected        "$gfx/b_join_u"
18
19                 target  "JoinGame"
20                 action  Nex_Action_JumpToJoinGame
21         }
22         Derive MainButton Create
23         {
24                 normal          "$gfx/b_create"
25                 selected        "$gfx/b_create_u"
26
27                 target  "CreateGame"
28                 init    Nex_Action_SetNormalPanelLink
29         }
30         Derive MainButton Options
31         {
32                 normal          "$gfx/b_options"
33                 selected        "$gfx/b_options_u"
34
35                 target  "Options"
36                 init    Nex_Action_SetNormalPanelLink
37         }
38         Derive MainButton Credits
39         {
40                 normal          "$gfx/b_credits"
41                 selected        "$gfx/b_credits_u"
42
43                 action          Nex_Credits_Action
44         }
45         Derive MainButton Quit
46         {
47                 normal          "$gfx/b_quit"
48                 selected        "$gfx/b_quit_u"
49
50                 action          Nex_Quit_Action
51         }
52 }