Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5175


Ignore:
Timestamp:
Sep 30, 2008, 4:25:41 PM (16 years ago)
Author:
rgrieder
Message:

small changes in tutorial.oxw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/Media/levels/tutorial.oxw

    r5172 r5175  
    22<Skybox src="Orxonox/Starbox" />
    33
    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 -->
    55<TutorialShip
     6    <!-- Parameters issued by SpaceShip -->
    67    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 -->
    710    specialEffects="true"
    811/>
    912
    10 <!--> A few models flying around <-->
     13<!-- A few models flying around -->
    1114<Model position="2000,0,0" scale="10" mesh="tomato.mesh" yawpitchroll="-40,30,0" rotationAxis="1,0,0" rotationRate="-30"/>
    1215<Model position="0,2000,0" scale="10" mesh="tomato.mesh" yawpitchroll="-50,60,0" rotationAxis="1,0,0" rotationRate="-30"/>
     
    1518<Model position="11400,16000,0" scale="60" mesh="DuBall2.mesh"/>
    1619
     20<!-- Embedded lua code (creates random asteroids) -->
    1721<?lua
    1822for i = 1, 226, 1
Note: See TracChangeset for help on using the changeset viewer.