source: GTP/trunk/App/Demos/Illum/IBRBillboardCloudTrees/OGRE/IBRTreesOGRE/media/overlays/gametools.overlay.bak @ 1493

Revision 1493, 928 bytes checked in by igarcia, 18 years ago (diff)
Line 
1gametoolsMain
2{
3        zorder 500
4        // Stats block
5        container BorderPanel(gametoolsPanel)
6        {
7                metrics_mode pixels
8                vert_align top
9                left 0
10                top 0
11                width 1024
12                height 768
13                material gametoolsBlockCenter
14                border_size 1 1 1 1
15                border_material Core/StatsBlockBorder
16                border_topleft_uv     0.0000 1.0000 0.0039 0.9961
17                border_top_uv         0.0039 1.0000 0.9961 0.9961
18                border_topright_uv    0.9961 1.0000 1.0000 0.9961
19                border_left_uv        0.0000 0.9961 0.0039 0.0039
20                border_right_uv       0.9961 0.9961 1.0000 0.0039
21                border_bottomleft_uv  0.0000 0.0039 0.0039 0.0000
22                border_bottom_uv      0.0039 0.0039 0.9961 0.0000
23                border_bottomright_uv 0.9961 0.0039 1.0000 0.0000
24
25                element Panel(gametoolsVideoPage)
26                {
27                        metrics_mode pixels
28                        left 0
29                        top 0
30                        width 1024
31                        height 768
32                        material gametoolsVideoPage
33                }
34
35               
36                 
37        }
38}
Note: See TracBrowser for help on using the repository browser.