Changeset 9129 for code/branches/newlevel2012/data/levels
- Timestamp:
- Apr 27, 2012, 3:59:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/newlevel2012/data/levels/towerDefense.oxw
r9124 r9129 30 30 <Pawn> 31 31 <camerapositions> 32 <CameraPosition position="200,0, 250" absolute=true />32 <CameraPosition position="200,0,350" absolute=true /> 33 33 </camerapositions> 34 34 </Pawn> … … 70 70 71 71 72 73 <SpaceShip position="-10,0,20" lookat="0,0,0"> 74 <templates> 75 <Template link=spaceshipassff /> 76 </templates> 77 <controller> 78 <WaypointController accuracy=3> 79 <waypoints> 80 <Model mesh="cube.mesh" scale=1 position="110,90,20" /> 81 <Model mesh="cube.mesh" scale=2 position="290,90,20" /> 82 <Model mesh="cube.mesh" scale=3 position="290,-90,20" /> 83 <Model mesh="cube.mesh" scale=4 position="110,-90,20" /> 84 </waypoints> 85 </WaypointController> 86 </controller> 87 </SpaceShip> 88 72 89 73 90 <!--StaticEntity position="0,0,0" direction="0,0,0" collistionType=static mass=100000>
Note: See TracChangeset
for help on using the changeset viewer.