Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/newlevel2012/data/overlays/towerdefenseHUD.oxo @ 9173

Last change on this file since 9173 was 9173, checked in by mentzerf, 12 years ago
  • Fixed compile error

+ Added another OverlayText, but still not seeing anything

File size: 582 bytes
Line 
1<Template name="TowerDefenseHUD">
2  <OverlayGroup name="TowerDefenseHUD" scale = "1, 1">
3    <OverlayText
4     position  = "0.05, 0.05"
5     pickpoint = "0.0, 0.0"
6     font      = "ShareTechMono"
7     textsize  = 0.05
8     colour    = "1.0, 1.0, 1.0, 1.0"
9     align     = "left"
10         
11         caption = "Hello World"
12    />
13       
14    <OverlayText
15     position  = "0.05, 0.05"
16     pickpoint = "0.0, 0.0"
17     font      = "ShareTechMono"
18     textsize  = 0.05
19     colour    = "1.0, 1.0, 1.0, 1.0"
20     align     = "right"
21         
22         caption = "Hello World"
23    />
24       
25       
26  </OverlayGroup>
27</Template>
Note: See TracBrowser for help on using the repository browser.