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