Changeset 856 for code/branches/core/bin
- Timestamp:
- Mar 5, 2008, 11:07:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core/bin/levels/sample.oxw
r853 r856 36 36 37 37 <Model name="starship" position="(200,0,500)" scale="10" mesh="starship.mesh" yaw="-90" pitch="-90" /> 38 <Model name="drone" position="-200,0,500" scale="10" mesh="drone.mesh" yaw="-90" pitch="-90" /> 38 <Model name="drone" position="-200,0,500" scale="10" mesh="drone.mesh" yaw="-90" pitch="-90"> 39 <attached> 40 <Model name="drone2" position="200,-100,-500" scale="10" mesh="drone.mesh" yaw="-90" pitch="-90"> 41 <attached> 42 <Model name="starship2" position="(500,200,-500)" scale="10" mesh="starship.mesh" yaw="-90" pitch="-90" /> 43 </attached> 44 </Model> 45 </attached> 46 </Model> 39 47 <!-- 40 48 <Model position="-200,1000,500" scale="10" mesh="hoover_body.mesh" yaw="-90" pitch="-90" /> … … 51 59 <!-- Unused at the moment --> 52 60 <!-- <SpaceshipSteeringObject node="OgreHeadNode" forward="500" rotateupdown="200" rotaterightleft="200" looprightleft="200" /> --> 53 61 <!-- 54 62 <script file="intro.lua" /> 63 -->
Note: See TracChangeset
for help on using the changeset viewer.