Changeset 5175 for data/Media
- Timestamp:
- Sep 30, 2008, 4:25:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/Media/levels/tutorial.oxw
r5172 r5175 2 2 <Skybox src="Orxonox/Starbox" /> 3 3 4 <!-- > This is your own space ship. The complicated XML values are not important <-->4 <!-- This is your own space ship. The complicated XML values are not important --> 5 5 <TutorialShip 6 <!-- Parameters issued by SpaceShip --> 6 7 camera="true" position="0,0,0" scale="10" yawpitchroll="0,0,0" mesh="assff.mesh" maxSpeed="500" maxSideAndBackSpeed="50" maxRotation="1.0" transAcc="200" rotAcc="3.0" transDamp="75" rotDamp="1.0" 8 9 <!-- YOUR PARAMETERS FOR TUTORIALSHIP --> 7 10 specialEffects="true" 8 11 /> 9 12 10 <!-- > A few models flying around <-->13 <!-- A few models flying around --> 11 14 <Model position="2000,0,0" scale="10" mesh="tomato.mesh" yawpitchroll="-40,30,0" rotationAxis="1,0,0" rotationRate="-30"/> 12 15 <Model position="0,2000,0" scale="10" mesh="tomato.mesh" yawpitchroll="-50,60,0" rotationAxis="1,0,0" rotationRate="-30"/> … … 15 18 <Model position="11400,16000,0" scale="60" mesh="DuBall2.mesh"/> 16 19 20 <!-- Embedded lua code (creates random asteroids) --> 17 21 <?lua 18 22 for i = 1, 226, 1
Note: See TracChangeset
for help on using the changeset viewer.