Changeset 11961 for code/branches/3DPacman_FS18/data/overlays
- Timestamp:
- May 14, 2018, 1:08:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/data/overlays/PacmanHUD.oxo
r11958 r11961 5 5 <Template name="PacmanHUD"> 6 6 <OverlayGroup name="PacmanHUD" scale = "1, 1"> 7 7 8 </OverlayGroup> 9 </Template> 10 11 12 <Template name="spaceshiphud"> 13 <OverlayGroup name = "spaceshiphud" scale = "1, 1"> 14 8 15 <PacmanHUDinfo 9 position = "0. 02, 0.01"16 position = "0.4, 0.01" 10 17 pickpoint = "0.0, 0.0" 11 18 font = "ShareTechMono" 12 19 textsize = 0.04 13 20 colour = "1.0, 1.0, 1.0, 1.0" 14 align = " left"21 align = "right" 15 22 16 23 showpoints = true 17 24 /> 18 19 </OverlayGroup> 25 26 <PacmanHUDinfo 27 position = "0.4, 0.1" 28 pickpoint = "0.0, 0.0" 29 font = "ShareTechMono" 30 textsize = 0.04 31 colour = "1.0, 1.0, 1.0, 1.0" 32 align = "right" 33 34 showghoststatus = true 35 /> 36 37 </OverlayGroup> 20 38 </Template>
Note: See TracChangeset
for help on using the changeset viewer.