Changeset 5219
- Timestamp:
- Oct 22, 2008, 5:26:42 AM (16 years ago)
- Location:
- data/Media
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/Media/levels/sample2.oxw
r5215 r5219 1 <LevelInfo name="Sample" description="Just a few tests" ambientlight="1,1,1" skybox="Orxonox/Starbox" /> 2 <PositionableEntity position="10,20,30" /> 1 <Template name="spectatorhud"> 2 <OverlayGroup> 3 <OverlayText 4 position = "0.5, 0.85" 5 font = "VeraMono" 6 caption = "Press [Fire] to start the match!" 7 textSize = 0.05 8 colour = "1.0, 1.0, 0.0, 0.8" 9 align = "center" 10 /> 11 </OverlayGroup> 12 </Template> 13 14 <LevelInfo name="Sample" description="Just a few tests" ambientlight="1,0,0,1" skybox="Orxonox/Starbox" /> 15 <!--PositionableEntity position="10,20,30" /--> 16 <!--MovableEntity position="100,200,300" velocity="1,0,0"> 17 <attached> 18 <MovableEntity position="0,0,1"> 19 <attached> 20 <MovableEntity position="0,0,10" /> 21 <PositionableEntity position="0,0,20" /> 22 </attached> 23 </MovableEntity> 24 <PositionableEntity position="0,0,2"> 25 <attached> 26 <MovableEntity position="0,0,20" /> 27 </attached> 28 </PositionableEntity> 29 </attached> 30 </MovableEntity--> 31 <!--ControllableEntity position="10,20,30" /--> 32 <!--MovableEntity position="100,200,300" /--> 33 34 <Model position="0,0,100" mesh="ast1.mesh" /> 35 <Model position="0,0,-100" mesh="ast1.mesh" /> 36 <Model position="0,100,0" mesh="ast1.mesh" /> 37 <Model position="0,-100,0" mesh="ast1.mesh" /> 38 <Model position="100,0,0" mesh="ast1.mesh" /> 39 <Model position="-100,0,0" mesh="ast1.mesh" /> -
data/Media/overlay/hud.oxo
r5215 r5219 82 82 name = "chat" 83 83 position = "0.03, 0.5" 84 font = " Monofur"84 font = "VeraMono" 85 85 caption = "" 86 86 textSize = 0.025 … … 90 90 91 91 <!-- DEBUG OVERLAY --> 92 <OverlayGroup name = "Debug" scale = "1.0, 1.0" scroll = "0, 0" >92 <OverlayGroup name = "Debug" scale = "1.0, 1.0" scroll = "0, 0" visible=false> 93 93 94 94 <DebugFPSText
Note: See TracChangeset
for help on using the changeset viewer.