]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/campaign/campaign.menu
lossless jpegoptim run saving about 10 megabytes
[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 PrevPicture
13                 {
14                         size    '30 18'
15                         picture "gfx/create_map_nav"
16                         pos     '30 25'
17                 }
18                 Derive TextButton Prev
19                 {
20                         normal  "<<"
21                         pos     '33 29'
22                         action  Nex_Action_Campaign_Prev
23                 }
24                                 
25                 Derive Picture NamePicture
26                 {
27                         picture         "gfx/create_map_nav_background"
28                         size            '405 18'
29                         pos             '60 24'
30                 }
31                 
32                 Derive MultiLabel ShortDescription
33                 {
34                         alignment       [AlignCenter]
35                         color           "1 1 1"
36                         size            '405 14'
37                         pos             '64 29'
38                 }
39                 
40                 Derive Picture NextPicture
41                 {
42                         size    '30 18'
43                         picture "gfx/create_map_nav"
44                         pos     '471 25'
45                 }
46                 Derive TextButton Next
47                 {
48                         normal  ">>"
49                         pos     '474 29'
50
51                         action  Nex_Action_Campaign_Next
52                 }
53                 
54                 
55                 Derive Picture Table1
56                 {
57                         picture "gfx/create_map_border"
58                         pos     '70 35'
59                         size    '385 275'
60                 }
61                                 
62                 Derive Picture Picture
63                 {
64                         picture "gfx/m_white"
65                         size    '323 226'
66                         pos     '101 60'
67                 }
68                 Derive Picture Table2
69                 {
70                         picture "gfx/create_map_desc_background"
71                         pos     '20 295'
72                         size    '500 200'
73                 }
74                                 
75                 Derive MultiLabel LongDescription
76                 {
77                         pos     '44 315'
78                         size    '480 200'
79                         wrap    40
80                         fontSize '11 11 0'
81                 }
82
83                 Item Task_Job UpdateJob
84                 {
85                         update  Nex_Action_Campaign_Update
86                         init    Nex_Action_Campaign_Init
87                 }
88         }
89 }