]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/campaign/campaign.menu
Basic multi-campaign menu support,
[divverent/nexuiz.git] / data / menu / campaign / campaign.menu
1 // Property of Alientrap/AK
2 // options/campaign.menu
3 Item Window Campaign
4 {
5         Item Window Layout
6         {
7                 pos     '25 20'
8                 size '600 585'
9                 flag [FlagEmbedded]
10
11                 
12                 Derive Picture PrevPictureCampaign
13                 {
14                         size    '30 18'
15                         picture "gfx/create_map_nav"
16                         pos     '30 25'
17                 }
18                 Derive TextButton PrevCampaign
19                 {
20                         normal  "<<"
21                         pos     '33 29'
22                         action  Nex_Action_Campaign_Prev_Campaign
23                 }
24                                 
25                 Derive Picture NamePictureCampaign
26                 {
27                         picture         "gfx/create_map_nav_background"
28                         size            '409 18'
29                         pos             '60 24'
30                 }
31                 
32                 Derive MultiLabel ShortDescriptionCampaign
33                 {
34                         alignment       [AlignCenter]
35                         color           "1 1 1"
36                         size            '409 14'
37                         pos             '64 29'
38                 }
39                 
40                 Derive Picture NextPictureCampaign
41                 {
42                         size    '30 18'
43                         picture "gfx/create_map_nav"
44                         pos     '471 25'
45                 }
46                 Derive TextButton NextCampaign
47                 {
48                         normal  ">>"
49                         pos     '474 29'
50
51                         action  Nex_Action_Campaign_Next_Campaign
52                 }
53
54                 Derive Picture PrevPictureEntry
55                 {
56                         size    '30 18'
57                         picture "gfx/create_map_nav"
58                         pos     '30 45'
59                 }
60                 Derive TextButton PrevEntry
61                 {
62                         normal  "<<"
63                         pos     '33 49'
64                         action  Nex_Action_Campaign_Prev_Entry
65                 }
66                                 
67                 Derive Picture NamePictureEntry
68                 {
69                         picture         "gfx/create_map_nav_background"
70                         size            '409 18'
71                         pos             '60 44'
72                 }
73                 
74                 Derive MultiLabel ShortDescriptionEntry
75                 {
76                         alignment       [AlignCenter]
77                         color           "1 1 1"
78                         size            '409 14'
79                         pos             '64 49'
80                 }
81                 
82                 Derive Picture NextPictureEntry
83                 {
84                         size    '30 18'
85                         picture "gfx/create_map_nav"
86                         pos     '471 45'
87                 }
88                 Derive TextButton NextEntry
89                 {
90                         normal  ">>"
91                         pos     '474 49'
92
93                         action  Nex_Action_Campaign_Next_Entry
94                 }
95                 
96                 
97                 Derive Picture Table1
98                 {
99                         picture "gfx/create_map_border"
100                         pos     '70 55'
101                         size    '385 255'
102                 }
103                                 
104                 Derive Picture PictureEntry
105                 {
106                         picture "gfx/m_white"
107                         size    '323 206'
108                         pos     '101 80'
109                 }
110                 Derive Picture Table2
111                 {
112                         picture "gfx/create_map_desc_background"
113                         pos     '20 295'
114                         size    '500 200'
115                 }
116                                 
117                 Derive MultiLabel LongDescriptionEntry
118                 {
119                         pos     '44 315'
120                         size    '480 200'
121                         wrap    40
122                         fontSize '11 11 0'
123                 }
124
125                 Item Task_Job UpdateJob
126                 {
127                         update  Nex_Action_Campaign_Update
128                         init    Nex_Action_Campaign_Init
129                 }
130         }
131 }