]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/campaign.menu
added physicsQBR
[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 Layout Campaign
13         {
14                 size            '872 501'
15                 direction       '0 8'
16                 alignment       [AlignCenter]
17                 origin          '460 44'
18         }
19         Item Window Dummy
20         {
21                 Derive Picture Table6
22                 {
23                         picture "gfx/join_background"
24                         pos     '28 32'
25                         size    '854 481'
26                 }
27
28                 Item EventWindow Panel
29                 {
30                         reinit  Nex_Action_MakeFirstVisible
31
32                         #include "menu/campaign/campaign.menu"
33                 }
34         }
35         Item Layout JoinGame
36         {
37                 size            '872 901'
38                 alignment       [AlignCenter]
39                 origin          '395 552'
40                 direction       '30 0'
41                 
42                 Derive PictureButton Start
43                 {
44                         normal  "$gfx/create_b_start"
45                         action  Nex_Action_Campaign_Start
46                 }
47         }
48 }