Revision 2221,
498 bytes
checked in by plemenos, 18 years ago
(diff) |
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | // Ogre overlay scripts
|
---|
2 | RainOverlay
|
---|
3 | {
|
---|
4 | zorder 500
|
---|
5 | // Stats block
|
---|
6 | container Panel(RainLogoPanel)
|
---|
7 | {
|
---|
8 | metrics_mode pixels
|
---|
9 | horz_align left
|
---|
10 | vert_align bottom
|
---|
11 | top -187
|
---|
12 | left 15
|
---|
13 | width 200
|
---|
14 | height 187
|
---|
15 | material rainLogo
|
---|
16 |
|
---|
17 |
|
---|
18 | element TextArea(RainCurrFps)
|
---|
19 | {
|
---|
20 | metrics_mode pixels
|
---|
21 | left 45
|
---|
22 | top 25
|
---|
23 | width 90
|
---|
24 | height 30
|
---|
25 | font_name BlueHighway
|
---|
26 | char_height 19
|
---|
27 | caption hi
|
---|
28 | colour_top 0.1 0.1 0.9
|
---|
29 | colour_bottom 0.1 0.1 0.5
|
---|
30 | }
|
---|
31 | }
|
---|
32 | }
|
---|
33 |
|
---|
34 |
|
---|
35 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.