source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreDemos/media/MORIA/main.overlay @ 3255

Revision 3255, 2.2 KB checked in by szirmay, 15 years ago (diff)
Line 
1MORIA/MainOverlay
2{
3        zorder 500
4        container Panel(MainContainer)
5        {
6         transparent true
7         left 0
8         top 0
9         width 1
10         height 1
11
12         element TextArea(Level)
13         {
14           left 0.01
15           top 0.01
16           width 0.2
17           height 0.04
18           char_height 0.04
19           colour 1 1 1
20           font_name TrebuchetMSBold
21           caption Kills           
22         }
23         element TextArea(Deaths)
24         {
25           left 0.01
26           top 0.06
27           width 0.2
28           height 0.04
29           char_height 0.04
30           colour 1 1 1
31           font_name TrebuchetMSBold
32           caption Deaths         
33         }       
34         element Panel(Cross)
35         {
36           left 0.4998125
37           top 0.475
38           width 0.0375
39           height 0.05
40           material GTP/Moria/Crosshair
41           transparent false
42           uv_coords 0 0 1 1
43         }
44         element Panel(Sword)
45         {
46           left 0.1
47           top 0.89
48           width 0.1
49           height 0.1
50           material GTP/Moria/HUD/SwordIcon
51           transparent false
52           uv_coords 0 0 1 1
53         }
54         element Panel(FireBall)
55         {
56           left 0.22
57           top 0.92
58           width 0.04
59           height 0.04
60           material GTP/Moria/HUD/FireBallIcon
61           transparent false
62           uv_coords 0 0 1 1
63         }
64         container Panel(Strength)
65         {
66           material GTP/Moria/Border
67           width 0.02
68           height 0.3
69           transparent false
70           uv_coords 0 0 1 1
71           left 0.02
72           top 0.6
73           
74           container Panel(StrengthColumn)
75           {
76             material GTP/Moria/HUD/YellowColumn
77             uv_coords 0 0 1 1
78             width 0.0133
79             height 0.29
80             left 0.0033
81             top 0.005   
82           }
83         }
84         container Panel(Manna)
85         {
86           material GTP/Moria/Border
87           width 0.03
88           height 0.3
89           transparent false
90           uv_coords 0 0 1 1
91           left 0.92
92           top 0.6
93           container Panel(MannaColumn)
94           {
95             material GTP/Moria/HUD/BlueColumn
96             uv_coords 0 0 1 1
97             width 0.01995
98             height 0.29
99             left 0.00495
100             top 0.005   
101           }   
102         }
103         container Panel(Health)
104         {
105           material GTP/Moria/Border
106           width 0.03
107           height 0.3
108           transparent false
109           uv_coords 0 0 1 1
110           left 0.955
111           top 0.6
112           container Panel(HealthColumn)
113           {
114             material GTP/Moria/HUD/RedColumn
115             uv_coords 0 0 1 1
116             width 0.01995
117             height 0.29
118             left 0.00495
119             top 0.005   
120           }                   
121         }
122        }
123}
Note: See TracBrowser for help on using the repository browser.