Changeset 10166 for code/branches/surfaceraceHS14/data
- Timestamp:
- Dec 10, 2014, 3:40:05 PM (10 years ago)
- Location:
- code/branches/surfaceraceHS14/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceraceHS14/data/levels/DodgeRace.oxw
r10152 r10166 1 1 <LevelInfo 2 2 name = "Dodge Race" 3 description = " 2D Arcade shooter. Maximise your points!!!\nTip: try to keep the multiplier high by avoiding shots and enemies."3 description = "Try to come as far as possible" 4 4 tags = "minigame" 5 screenshot = " orxonoxArcade.png"5 screenshot = "DodgeRace.png" 6 6 /> 7 7 <?lua … … 16 16 include("templates/enemyInvader.oxt") 17 17 include("templates/DodgeRacePattern.oxt") 18 include("overlays/ InvaderHUD.oxo")18 include("overlays/DodgeRaceHUD.oxo") 19 19 ?> 20 20 -
code/branches/surfaceraceHS14/data/levels/templates/spaceshipDodgeRace.oxt
r10154 r10166 69 69 <DodgeRaceShip> 70 70 <camerapositions> 71 <CameraPosition position="0,30,150" direction="0, 0, -1" drag=false mouselook=true /> 72 <CameraPosition position="0,100,180" direction="0, -0.2, -1" drag=false mouselook=true /> 73 <CameraPosition position="0,1300,-100" direction="0, -1, 0" drag=false mouselook=true /> 71 <CameraPosition position="0,100,180" direction="0, -0.2, -1" drag=false mouselook=true /> 72 <CameraPosition position="0,200,250" direction="0, -0.4, -1" drag=false mouselook=true /> 73 <CameraPosition position="0,30,150" direction="0, 0, -1" drag=false mouselook=true /> 74 <CameraPosition position="0,1300,-100" direction="0, -1, 0" drag=false mouselook=true /> 74 75 </camerapositions> 75 76 </DodgeRaceShip> -
code/branches/surfaceraceHS14/data/overlays/DodgeRaceHUD.oxo
r10116 r10166 6 6 <Template name="DodgeRaceHUD"> 7 7 <OverlayGroup name="DodgeRaceHUD" scale = "1, 1"> 8 <DodgeRaceHUDinfo9 position = "0.14, 0.02"10 pickpoint = "0.0, 0.0"11 font = "ShareTechMono"12 textsize = 0.0413 colour = "1.0, 1.0, 1.0, 1.0"14 align = "left"15 8 16 showlives = true17 showlevel = false18 showpoints = false19 />20 9 <OverlayText 21 10 position = "0.02, 0.02" 22 pickpoint = "0.0, 0.0"23 font = "ShareTechMono"24 textsize = 0.0425 colour = "1.0, 1.0, 1.0, 1.0"26 align = "left"27 caption = "Lives: "28 />29 30 <OverlayText31 position = "0.02, 0.055"32 pickpoint = "0.0, 0.0"33 font = "ShareTechMono"34 textsize = 0.0435 colour = "1.0, 1.0, 1.0, 1.0"36 align = "left"37 caption = "Level: "38 />39 40 <DodgeRaceHUDinfo41 position = "0.14, 0.055"42 pickpoint = "0.0, 0.0"43 font = "ShareTechMono"44 textsize = 0.0445 colour = "1.0, 1.0, 1.0, 1.0"46 align = "left"47 48 showlives = false49 showlevel = true50 showpoints = false51 />52 53 <OverlayText54 position = "0.02, 0.1"55 11 pickpoint = "0.0, 0.0" 56 12 font = "ShareTechMono" … … 62 18 63 19 <DodgeRaceHUDinfo 64 position = "0.14, 0. 1"20 position = "0.14, 0.02" 65 21 pickpoint = "0.0, 0.0" 66 22 font = "ShareTechMono" … … 69 25 align = "left" 70 26 71 showlives = false72 showlevel = false73 27 showpoints = true 74 28 /> 75 29 76 <DodgeRaceHUDinfo 77 position = "0.25, 0.1" 78 pickpoint = "0.0, 0.0" 79 font = "ShareTechMono" 80 textsize = 0.04 81 colour = "1.0, 1.0, 1.0, 1.0" 82 align = "left" 83 84 showMultiplier = true 85 /> 30 86 31 </OverlayGroup> 87 32 </Template> 88 33 89 90 34 <Template name="spaceshiphud"> 91 35 <OverlayGroup name = "spaceshiphud" scale = "1, 1"> 92 <HUDHealthBar 93 name = "HealthBar1" 94 background = "Orxonox/HealthBarBackground" 95 size = "0.35, 0.0875" 96 position = "0.0 , 0.9 " 97 pickpoint = "0, 1" 98 bartexture = "healthbar_bar.png" 99 textfont = "VeraMono" 100 textusebarcolour = true 101 textsize = 0.039 102 textoffset = "0.315, 0.05" 103 textpickpoint = "0, 0" 104 textalign = "right" 105 correctaspect = false 106 textcorrectaspect = false 107 > 108 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 109 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 110 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 111 </HUDHealthBar> 36 112 37 </OverlayGroup> 113 38 </Template>
Note: See TracChangeset
for help on using the changeset viewer.