Changeset 10258 for code/trunk/data/overlays
- Timestamp:
- Feb 5, 2015, 11:47:13 PM (10 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/overlays/HUDTemplates3.oxo
r9939 r10258 82 82 background = "Orxonox/HealthBarBackground" 83 83 size = "0.35, 0.0875" 84 position = "1 .0 , 0.1"84 position = "1 ,0.1" 85 85 pickpoint = "1, 1" 86 86 bartexture = "healthbar_bar.png" -
code/trunk/data/overlays/towerdefenseHUD.oxo
r9348 r10258 1 1 <Template name="TowerDefenseHUD"> 2 3 2 4 <OverlayGroup name="TowerDefenseHUD" scale = "1, 1"> 5 6 3 7 <OverlayText 4 position = "0. 05, 0.05"8 position = "0.83, 0.05" 5 9 pickpoint = "0.0, 0.0" 6 10 font = "ShareTechMono" … … 9 13 align = "left" 10 14 11 caption = " Hello World"15 caption = "Cash:" 12 16 /> 17 18 19 <TowerDefenseHUDController 20 position = "0.88, 0.10" 21 pickpoint = "0.0, 0.0" 22 font = "ShareTechMono" 23 textsize = 0.05 24 colour = "1.0, 1.0, 1.0, 1.0" 25 align = "left" 26 showlives = false 27 showcredits = true 28 showwaves = false 29 /> 30 31 <OverlayText 32 position = "0.83, 0.22" 33 pickpoint = "0.0, 0.0" 34 font = "ShareTechMono" 35 textsize = 0.05 36 colour = "1.0, 1.0, 1.0, 1.0" 37 align = "left" 38 39 caption = "Lifes:" 40 /> 41 42 <TowerDefenseHUDController 43 position = "0.88, 0.27" 44 pickpoint = "0.0, 0.0" 45 font = "ShareTechMono" 46 textsize = 0.05 47 colour = "1.0, 1.0, 1.0, 1.0" 48 align = "left" 49 showlives = true 50 showcredits = false 51 showwaves = false 52 /> 53 54 <OverlayText 55 position = "0.83, 0.39" 56 pickpoint = "0.0, 0.0" 57 font = "ShareTechMono" 58 textsize = 0.05 59 colour = "1.0, 1.0, 1.0, 1.0" 60 align = "left" 61 62 caption = "Waves:" 63 /> 64 65 <TowerDefenseHUDController 66 position = "0.88, 0.44" 67 pickpoint = "0.0, 0.0" 68 font = "ShareTechMono" 69 textsize = 0.05 70 colour = "1.0, 1.0, 1.0, 1.0" 71 align = "left" 72 showlives = false 73 showcredits = false 74 showwaves = true 75 76 /> 77 78 13 79 </OverlayGroup> 14 80 </Template> 81 82
Note: See TracChangeset
for help on using the changeset viewer.