- Timestamp:
- Jun 28, 2012, 2:39:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/data/levels/tetris.oxw
r9304 r9306 41 41 <camerapositions> 42 42 <CameraPosition position="55,75,200" absolute=true /> 43 < CameraPosition position="0,50,160" drag=true mouselook=true />44 <CameraPosition position="0,50,0" pitch=-90 drag=true mouselook=true / >43 <!--CameraPosition position="0,50,160" drag=true mouselook=true /> 44 <CameraPosition position="0,50,0" pitch=-90 drag=true mouselook=true /--> 45 45 </camerapositions> 46 46 </TetrisBrick> … … 104 104 ?> 105 105 <!-- -------- 4 spaceships rotating around the tetris field --------- --> 106 <SpaceShip position=" 500,500,400" lookat="0,0,0">106 <SpaceShip position="1000,-75,1" lookat="0,0,0"> 107 107 <templates> 108 108 <Template link=spaceshipswallow /> 109 109 </templates> 110 110 <controller> 111 <WaypointController team=10 >111 <WaypointController team=10 accuracy=200> 112 112 <waypoints> 113 113 <Model mesh="cube.mesh" scale=0 position="1000,-75,0" /> … … 144 144 </SpaceShip> 145 145 146 <SpaceShip position="- 600,500,400" lookat="0,0,0">146 <SpaceShip position="-700,200,651" lookat="1,0,0"> 147 147 <templates> 148 148 <Template link=spaceshipghost /> 149 149 </templates> 150 150 <controller> 151 <WaypointController team=10 >151 <WaypointController team=10 accuracy=300> 152 152 <waypoints> 153 153 <Model mesh="cube.mesh" scale=0 position="-700,200,650" /> … … 171 171 <WaypointController team=10> 172 172 <waypoints> 173 <Model mesh="cube.mesh" scale= 10 position="400,240,400" />174 <Model mesh="cube.mesh" scale= 10 position="-55,240,700" />175 <Model mesh="cube.mesh" scale= 10 position="-500,240,400" />176 <Model mesh="cube.mesh" scale= 10 position="-700,240,0" />177 <Model mesh="cube.mesh" scale= 10 position="-500,240,-400" />178 <Model mesh="cube.mesh" scale= 10 position="-55,240,-700" />179 <Model mesh="cube.mesh" scale= 10 position="400,240,-400" />180 <Model mesh="cube.mesh" scale= 10 position="700,240,0" />173 <Model mesh="cube.mesh" scale=0 position="400,240,400" /> 174 <Model mesh="cube.mesh" scale=0 position="-55,240,700" /> 175 <Model mesh="cube.mesh" scale=0 position="-500,240,400" /> 176 <Model mesh="cube.mesh" scale=0 position="-700,240,0" /> 177 <Model mesh="cube.mesh" scale=0 position="-500,240,-400" /> 178 <Model mesh="cube.mesh" scale=0 position="-55,240,-700" /> 179 <Model mesh="cube.mesh" scale=0 position="400,240,-400" /> 180 <Model mesh="cube.mesh" scale=0 position="700,240,0" /> 181 181 </waypoints> 182 182 </WaypointController>
Note: See TracChangeset
for help on using the changeset viewer.