- Timestamp:
- May 9, 2019, 3:29:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/overlays/OrxoBloxHUD.oxo
r12268 r12359 2 2 <OverlayGroup name="OrxoBloxHUD" scale = "1, 1"> 3 3 <OrxoBloxScore 4 position = "0. 05, 0.05"4 position = "0.9, 0.2" 5 5 pickpoint = "0.0, 0.0" 6 6 font = "ShareTechMono" 7 textsize = 0.06 7 textsize = 0.05 8 colour = "1.0, 1.0, 1.0, 1.0" 9 align = "left" 10 /> 11 12 <OverlayText 13 position = "0.7, 0.20" 14 pickpoint = "0.0, 0.0" 15 font = "ShareTechMono" 16 textsize = 0.05 8 17 colour = "1.0, 1.0, 1.0, 1.0" 9 18 align = "left" 10 19 11 showleftplayer = true 12 showrightplayer = false 13 showname = true 14 showscore = false 20 caption = "Points: " 15 21 /> 16 22 17 <OrxoBloxScore18 position = "0.49, 0.05"19 pickpoint = "0.0, 0.0"20 font = "ShareTechMono"21 textsize = 0.0622 colour = "1.0, 1.0, 1.0, 1.0"23 align = "right"24 25 showleftplayer = true26 showrightplayer = false27 showname = false28 showscore = true29 />30 31 <OverlayText32 position = "0.505, 0.05"33 pickpoint = "0.0, 0.0"34 font = "ShareTechMono"35 textsize = 0.0636 colour = "1.0, 1.0, 1.0, 1.0"37 align = "center"38 39 caption = ":"40 />41 42 <OrxoBloxScore43 position = "0.51, 0.05"44 pickpoint = "0.0, 0.0"45 font = "ShareTechMono"46 textsize = 0.0647 colour = "1.0, 1.0, 1.0, 1.0"48 align = "left"49 50 showleftplayer = false51 showrightplayer = true52 showname = false53 showscore = true54 />55 56 <OrxoBloxScore57 position = "0.95, 0.05"58 pickpoint = "0.0, 0.0"59 font = "ShareTechMono"60 textsize = 0.0661 colour = "1.0, 1.0, 1.0, 1.0"62 align = "right"63 64 showleftplayer = false65 showrightplayer = true66 showname = true67 showscore = false68 />69 23 </OverlayGroup> 70 24 </Template>
Note: See TracChangeset
for help on using the changeset viewer.