Last change
on this file since 21 was
21,
checked in by nicolasc, 17 years ago
|
added ogreode and Colladaplugin
|
File size:
2.0 KB
|
Line | |
---|
1 | OgreOdeDemos/Overlay |
---|
2 | { |
---|
3 | zorder 500 |
---|
4 | // Stats block |
---|
5 | container BorderPanel(OgreOdeDemos/Panel) |
---|
6 | { |
---|
7 | metrics_mode pixels |
---|
8 | vert_align top |
---|
9 | horz_align left |
---|
10 | left 5 |
---|
11 | top 5 |
---|
12 | width 500 |
---|
13 | height 74 |
---|
14 | material Core/StatsBlockCenter |
---|
15 | border_size 1 1 1 1 |
---|
16 | border_material Core/StatsBlockBorder |
---|
17 | border_topleft_uv 0.0000 1.0000 0.0039 0.9961 |
---|
18 | border_top_uv 0.0039 1.0000 0.9961 0.9961 |
---|
19 | border_topright_uv 0.9961 1.0000 1.0000 0.9961 |
---|
20 | border_left_uv 0.0000 0.9961 0.0039 0.0039 |
---|
21 | border_right_uv 0.9961 0.9961 1.0000 0.0039 |
---|
22 | border_bottomleft_uv 0.0000 0.0039 0.0039 0.0000 |
---|
23 | border_bottom_uv 0.0039 0.0039 0.9961 0.0000 |
---|
24 | border_bottomright_uv 0.9961 0.0039 1.0000 0.0000 |
---|
25 | |
---|
26 | |
---|
27 | element TextArea(OgreOdeDemos/Name) |
---|
28 | { |
---|
29 | metrics_mode pixels |
---|
30 | left 5 |
---|
31 | top 5 |
---|
32 | width 490 |
---|
33 | height 16 |
---|
34 | font_name BlueHighway |
---|
35 | char_height 16 |
---|
36 | caption Name: None |
---|
37 | colour_top 0.5 0.7 0.5 |
---|
38 | colour_bottom 0.3 0.5 0.3 |
---|
39 | } |
---|
40 | |
---|
41 | element TextArea(OgreOdeDemos/Keys) |
---|
42 | { |
---|
43 | metrics_mode pixels |
---|
44 | left 5 |
---|
45 | top 21 |
---|
46 | width 490 |
---|
47 | height 16 |
---|
48 | font_name BlueHighway |
---|
49 | char_height 16 |
---|
50 | caption Keys: Press a function key; F1 - F6 |
---|
51 | colour_top 0.5 0.7 0.5 |
---|
52 | colour_bottom 0.3 0.5 0.3 |
---|
53 | } |
---|
54 | |
---|
55 | element TextArea(OgreOdeDemos/Info) |
---|
56 | { |
---|
57 | metrics_mode pixels |
---|
58 | left 5 |
---|
59 | top 37 |
---|
60 | width 490 |
---|
61 | height 16 |
---|
62 | font_name BlueHighway |
---|
63 | char_height 16 |
---|
64 | caption Info: |
---|
65 | colour_top 0.5 0.7 0.5 |
---|
66 | colour_bottom 0.3 0.5 0.3 |
---|
67 | } |
---|
68 | |
---|
69 | element TextArea(OgreOdeDemos/OtherKeys) |
---|
70 | { |
---|
71 | metrics_mode pixels |
---|
72 | left 5 |
---|
73 | top 53 |
---|
74 | width 490 |
---|
75 | height 16 |
---|
76 | font_name BlueHighway |
---|
77 | char_height 16 |
---|
78 | caption Extras: Space - Shadows, R - Look/Chase, E - Debug Objects |
---|
79 | colour_top 0.5 0.7 0.5 |
---|
80 | colour_bottom 0.3 0.5 0.3 |
---|
81 | } |
---|
82 | } |
---|
83 | } |
---|
84 | |
---|
85 | OgreOdeDemos/Target |
---|
86 | { |
---|
87 | zorder 500 |
---|
88 | container Panel(OgreOdeDemos/Sights) |
---|
89 | { |
---|
90 | left 0.485937 |
---|
91 | top 0.475 |
---|
92 | width 0.0375 |
---|
93 | height 0.05 |
---|
94 | material OgreOdeDemos/TargetSights |
---|
95 | metrics_mode relative |
---|
96 | horz_align left |
---|
97 | vert_align top |
---|
98 | visible true |
---|
99 | uv_coords 0 0 1 1 |
---|
100 | tiling 0 1 1 |
---|
101 | transparent false |
---|
102 | } |
---|
103 | } |
---|
104 | |
---|
105 | |
---|
Note: See
TracBrowser
for help on using the repository browser.