Line | |
---|
1 | gametoolsMain
|
---|
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 512
|
---|
31 | height 512
|
---|
32 | material gametoolsVideoPage
|
---|
33 | //material gametoolsDemoPage
|
---|
34 | }
|
---|
35 |
|
---|
36 |
|
---|
37 |
|
---|
38 | }
|
---|
39 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.