]> icculus.org git repositories - divverent/nexuiz.git/blob - menu/background.menu
grappling hook
[divverent/nexuiz.git] / menu / background.menu
1 /*
2 Property of Alientrap
3
4 Background description
5 */
6 // background of the normal menu
7 {
8         type            ITEM_WINDOW
9         name            background
10         origin          "0 0 0"
11 }
12 {
13         type            ITEM_WINDOW
14         name            background_rect_wnd
15         parent          background
16 }
17 {
18         type            ITEM_RECTANGLE
19         name            background_rect
20         parent          background_rect_wnd
21         pos                     "0 0 0"
22         size            "1024 768 0"
23         //color         "0.5 0.5 0.5"
24         //drawflag      2       // DRAWFLAG_2XMODULATE
25         color           "0 0 0"
26         alpha           0.7
27 }
28 {
29         type            ITEM_PICTURE
30         name            background_pic
31         parent          background
32         picture         "gfx/m_background"
33         size            "1024 768 0"
34         pos                     "0 0 0"
35         drawflag        0
36 }
37 // developer stuff
38 {
39         type            ITEM_TEXT
40         name            background_x
41         parent          background
42         orderpos        100
43         pos                     "954 748"
44         font_size       "10 10 0"
45         text            "000"
46         refresh         nex_text_cur_x
47         alignment       2       // TEXT_ALIGN_RIGHT
48         flag            2080
49 }
50 {
51         type            ITEM_TEXT
52         name            background_y
53         parent          background
54         orderpos        101
55         pos                     "994 748"
56         font_size       "10 10 0"
57         text            "000"
58         refresh         nex_text_cur_y
59         alignment       2       // TEXT_ALIGN_RIGHT
60         flag            2080
61 }