Changeset 9346
- Timestamp:
- Aug 30, 2012, 5:11:07 PM (12 years ago)
- Location:
- code/branches/presentation2012merge/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/data/levels/towerDefense.oxw
r9272 r9346 6 6 name = "Tower Defense" 7 7 description = "Defend your Spacestation from incoming waves." 8 tags = " gametype"8 tags = "minigame" 9 9 screenshot = "emptylevel.png" 10 10 /> -
code/branches/presentation2012merge/data/overlays/lastManStandingHUD.oxo
r9343 r9346 1 1 <Template name="LastmanstandingHUD"> 2 2 <OverlayGroup name="LastmanstandingHUD" scale = "1, 1"> 3 <OverlayText4 position = "0.02, 0.02"5 pickpoint = "0.0, 0.0"6 font = "ShareTechMono"7 textsize = 0.048 colour = "1.0, 1.0, 1.0, 1.0"9 align = "left"10 caption = "Lives: "11 />12 13 3 <LastManStandingInfos 14 4 position = "0.14, 0.02" … … 21 11 showlives = true 22 12 showplayers = false 13 /> 14 <OverlayText 15 position = "0.02, 0.02" 16 pickpoint = "0.0, 0.0" 17 font = "ShareTechMono" 18 textsize = 0.04 19 colour = "1.0, 1.0, 1.0, 1.0" 20 align = "left" 21 caption = "Lives: " 23 22 /> 24 23 -
code/branches/presentation2012merge/data/overlays/lastTeamStandingHUD.oxo
r9300 r9346 1 1 <Template name="lastTeamStandingHUD"> 2 2 <OverlayGroup name="lastTeamStandingHUD" scale = "1, 1"> 3 <OverlayText4 position = "0.02, 0.02"5 pickpoint = "0.0, 0.0"6 font = "ShareTechMono"7 textsize = 0.048 colour = "1.0, 1.0, 1.0, 1.0"9 align = "left"10 caption = "Lives: "11 />12 13 3 <LastTeamStandingInfos 14 4 position = "0.14, 0.02" … … 21 11 showlives = true 22 12 showteams = false 13 /> 14 15 <OverlayText 16 position = "0.02, 0.02" 17 pickpoint = "0.0, 0.0" 18 font = "ShareTechMono" 19 textsize = 0.04 20 colour = "1.0, 1.0, 1.0, 1.0" 21 align = "left" 22 caption = "Lives: " 23 23 /> 24 24
Note: See TracChangeset
for help on using the changeset viewer.