Changeset 11978 for code/branches/3DPacman_FS18/data/overlays
- Timestamp:
- May 18, 2018, 12:38:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/data/overlays/PacmanHUD.oxo
r11976 r11978 14 14 15 15 <PacmanHUDinfo 16 position = "0. 4, 0.01"16 position = "0.05, 0.05" 17 17 pickpoint = "0.0, 0.0" 18 18 font = "ShareTechMono" 19 19 textsize = 0.04 20 20 colour = "1.0, 1.0, 1.0, 1.0" 21 align = " right"21 align = "left" 22 22 23 23 showpoints = true … … 25 25 26 26 <PacmanHUDinfo 27 position = "1.4, 2.5" 27 position = "0.45, 0.5" 28 pickpoint = "0.5, 0.5" 29 font = "ShareTechMono" 30 textsize = 0.04 31 colour = "1.0, 1.0, 1.0, 1.0" 32 align = "middle" 33 34 showgameover = true 35 36 /> 37 38 <PacmanHUDinfo 39 position = "0.05, 0.8" 28 40 pickpoint = "0.0, 0.0" 29 41 font = "ShareTechMono" 30 42 textsize = 0.04 31 43 colour = "1.0, 1.0, 1.0, 1.0" 32 align = " right"44 align = "left" 33 45 46 showghoststatus = true 34 47 /> 35 48 36 49 <PacmanHUDinfo 37 position = "0. 4, 0.1"50 position = "0.05, 0.9" 38 51 pickpoint = "0.0, 0.0" 39 52 font = "ShareTechMono" 40 53 textsize = 0.04 41 54 colour = "1.0, 1.0, 1.0, 1.0" 42 align = " right"55 align = "left" 43 56 44 show ghoststatus= true57 showlive = true 45 58 /> 46 59
Note: See TracChangeset
for help on using the changeset viewer.