Changeset 5380
- Timestamp:
- Dec 17, 2008, 4:06:38 AM (16 years ago)
- Location:
- data/media
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/presentation.oxw
r5361 r5380 1 1 <?lua 2 2 include("levels/hudtemplates3.oxw") 3 include("overlay/stats.oxo") 3 4 include("levels/spaceshiptemplates_presentation.oxw") 4 5 ?> -
data/media/overlay/stats.oxo
r5340 r5380 1 1 <!-- Statistics Overlay --> 2 <OverlayGroup name = "Stats" scale = "1, 1"> 2 <Template name=defaultScoreboard> 3 <OverlayGroup name = "Stats" scale = "1, 1"> 3 4 4 <OverlayText 5 name = "Title" 6 position = "0.74, 0.145" 7 pickPoint = "1, 1" 8 font = "Monofur" 9 caption = "Scoreboard" 10 colour = "0, 0.75, 0.2, 1" 11 textSize = 0.04 12 /> 13 14 <Stats 15 name = "Statistics" 16 position = "0.5, 0.5" 17 size = "0.7, 0.7" 18 correctAspect = false 19 pickPoint = "0.5, 0.5" 20 /> 5 <!--OverlayText 6 name = "Title" 7 position = "0.79, 0.19" 8 pickpoint = "1, 1" 9 font = "Monofur" 10 caption = "Scoreboard" 11 colour = "0, 0.75, 0.2, 1" 12 textsize = 0.04 13 /--> 14 15 <OverlayText 16 name = "descr1" 17 position = "0.1, 0.20" 18 pickpoint = "0, 1" 19 font = "Monofur" 20 caption = "player name" 21 colour = "0, 0.75, 0.2, 1" 22 textsize = 0.04 23 /> 24 <OverlayText 25 name = "descr2" 26 position = "0.6, 0.20" 27 pickpoint = "0, 1" 28 font = "Monofur" 29 caption = "score" 30 colour = "0, 0.75, 0.2, 1" 31 textsize = 0.04 32 /> 33 <OverlayText 34 name = "descr3" 35 position = "0.8, 0.20" 36 pickpoint = "0, 1" 37 font = "Monofur" 38 caption = "deaths" 39 colour = "0, 0.75, 0.2, 1" 40 textsize = 0.04 41 /> 42 43 <!--Stats 44 name = "Statistics" 45 position = "0.5, 0.7" 46 size = "0.85, 0.4" 47 correctaspect = false 48 pickpoint = "0.5, 0.5" 49 /--> 21 50 22 <Scoreboard 23 name = "Scores" 24 position = "0.2, 0.2" 25 size = "0.6, 0.6" 26 pickPoint = "0, 0" 27 /> 51 <Scoreboard 52 name = "Scores" 53 /> 28 54 29 </OverlayGroup> 55 </OverlayGroup> 56 </Template>
Note: See TracChangeset
for help on using the changeset viewer.