]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/campaign/campaign.menu
A lot of campaign changes. It covers every map besides two CTF maps, which didn't...
[divverent/nexuiz.git] / data / menu / campaign / campaign.menu
1 // Property of Alientrap/AK
2 // options/sound.menu
3 Item Window Sound
4 {
5         Item Layout Layout
6         {
7                 pos             '56 45'
8                 size            '900 800'
9                 origin          '260 0'
10                 alignment       [AlignCenter]
11                 direction       [Nex_DefaultVertDirection]
12
13                 Derive MultiLabel ShortDescription
14                 {
15                         size    '523 15'
16                         wrap    40
17                         fontSize '11 11 0'
18                 }
19                 Derive Picture Picture
20                 {
21                         picture "gfx/m_nomap"
22                         size    '523 326'
23                 }
24                 Derive MultiLabel LongDescription
25                 {
26                         size    '523 70'
27                         wrap    39
28                         fontSize '11 11 0'
29                 }
30                 Item Layout Buttons
31                 {
32                         pos             '56 45'
33                         size            '900 800'
34                         origin          '260 10'
35                         direction       '30 0'
36                         alignment       [AlignCenter]
37 //                      direction       [Nex_DefaultHorzDirection]
38
39                         Derive TextButton Prev
40                         {
41                                 normal  "<< Prev Campaign"
42                                 pos     '33 29'
43                                 action  Nex_Action_Campaign_Prev
44                         }
45                         Derive TextButton Next
46                         {
47                                 normal  "Next Campaign >>"
48                                 pos     '369 29'
49
50                                 action  Nex_Action_Campaign_Next
51                         }
52                 }
53                 Item Task_Job UpdateJob
54                 {
55                         update  Nex_Action_Campaign_Update
56                         init    Nex_Action_Campaign_Init
57                 }
58         }
59 }