Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pickupsFS14/data/overlays/jumpHUD.oxo @ 10051

Last change on this file since 10051 was 10051, checked in by fvultier, 10 years ago

Removed a few more files I don't need anymore

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