]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/campaign.menu
lossless jpegoptim run saving about 10 megabytes
[divverent/nexuiz.git] / data / menu / campaign.menu
1 // Property of Alientrap/AK
2 //
3 // campaign.menu
4
5 Item Layout Campaign
6 {
7         Derive Picture Table1
8         {
9                 picture "gfx/join_border"
10                 size    '910 610'
11         }
12         Item Window Dummy
13         {
14                 Derive Picture Table6
15                 {
16                         picture "gfx/join_background"
17                         pos     '28 32'
18                         size    '854 481'
19                 }
20
21                 Item EventWindow Panel
22                 {
23                         reinit  Nex_Action_MakeFirstVisible
24
25                         #include "menu/campaign/campaign.menu"
26                 }
27         }
28         Item Layout JoinGame
29         {
30                 size            '872 901'
31                 alignment       [AlignCenter]
32                 origin          '395 552'
33                 direction       '30 0'
34                 
35                 Derive PictureButton Start
36                 {
37                         normal  "$gfx/create_b_start"
38                         action  Nex_Action_Campaign_Start
39                 }
40         }
41 }