Changeset 9348 for code/trunk/data/overlays
- Timestamp:
- Aug 30, 2012, 11:08:17 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 1 deleted
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:ignore
-
old new 1 .project 1 2 build 2 3 codeblocks 4 dependencies 3 5 vs 4 dependencies
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
code/trunk/data/overlays/dynamicMatchHUD.oxo
r7679 r9348 2 2 <OverlayGroup name="DynamicmatcHUD" scale = "1, 1"> 3 3 4 <!--OverlayText 5 position = "0.02, 0.02" 6 pickpoint = "0.0, 0.0" 7 font = "ShareTechMono" 8 textsize = 0.04 9 colour = "1.0, 1.0, 1.0, 1.0" 10 align = "left" 11 caption = "Target:" 12 /> 13 14 <OverlayText 15 position = "0.02, 0.055" 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 = "Score:" 22 /--> 23 24 4 25 <GametypeStaticMessage 5 26 name = "staticmessage" -
code/trunk/data/overlays/lastManStandingHUD.oxo
r8178 r9348 1 1 <Template name="LastmanstandingHUD"> 2 <OverlayGroup name="DynamicmatcHUD" scale = "1, 1"> 3 4 <!--GametypeStaticMessage 5 name = "staticmessage" 6 position = "0.5, 0.01" 7 font = "VeraMono" 8 caption = "" 9 textsize = 0.033 10 colour = "1.0, 1.0, 0.5, 1.0" 11 align = "center" 12 /--> 13 14 <GametypeFadingMessage 15 name = "fadingmessage" 16 position = "0.5, 0.01" 17 font = "VeraMono" 18 textsize = 0.04 19 colour = "1.0, 1.0, 0.5, 1.0" 20 align = "center" 21 /> 22 23 <OverlayText 24 position = "0.02, 0.02" 25 pickpoint = "0.0, 0.0" 26 font = "ShareTechMono" 27 textsize = 0.04 28 colour = "1.0, 1.0, 1.0, 1.0" 29 align = "left" 30 caption = "Lives: " 31 /> 32 2 <OverlayGroup name="LastmanstandingHUD" scale = "1, 1"> 33 3 <LastManStandingInfos 34 4 position = "0.14, 0.02" … … 41 11 showlives = true 42 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: " 43 22 /> 44 23 -
code/trunk/data/overlays/lastTeamStandingHUD.oxo
r8351 r9348 1 1 <Template name="lastTeamStandingHUD"> 2 2 <OverlayGroup name="lastTeamStandingHUD" scale = "1, 1"> 3 <LastTeamStandingInfos 4 position = "0.14, 0.02" 5 pickpoint = "0.0, 0.0" 6 font = "ShareTechMono" 7 textsize = 0.04 8 colour = "1.0, 1.0, 1.0, 1.0" 9 align = "left" 3 10 4 <GametypeFadingMessage 5 name = "fadingmessage" 6 position = "0.5, 0.01" 7 font = "VeraMono" 8 textsize = 0.04 9 colour = "1.0, 1.0, 0.5, 1.0" 10 align = "center" 11 showlives = true 12 showteams = false 11 13 /> 12 14 … … 19 21 align = "left" 20 22 caption = "Lives: " 21 />22 23 <LastTeamStandingInfos24 position = "0.14, 0.02"25 pickpoint = "0.0, 0.0"26 font = "ShareTechMono"27 textsize = 0.0428 colour = "1.0, 1.0, 1.0, 1.0"29 align = "left"30 31 showlives = true32 showteams = false33 23 /> 34 24
Note: See TracChangeset
for help on using the changeset viewer.