Changeset 1680 for code/trunk/bin/levels/sample.oxw
- Timestamp:
- Aug 29, 2008, 2:17:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/bin/levels/sample.oxw
r1625 r1680 9 9 </audio--> 10 10 11 <Ambient colourvalue=" 1.0, 1.0, 1.0" />11 <Ambient colourvalue="0.8, 0.8, 0.8, 1.0" /> 12 12 <Skybox src="Orxonox/Starbox" /> 13 13 <SpaceShip 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" /> … … 22 22 <NPC position="0,-200,450" scale="1" mesh="razor.mesh"/> 23 23 <NPC position="100,0,400" scale="1" mesh="razor.mesh"/> 24 25 <?lua 26 for i = 1, 10, 1 27 do ?> 28 <SpaceShipAI position="<?lua print(math.random() * 6000 - 3000) ?>,<?lua print(math.random() * 6000 - 3000) ?>,<?lua print(math.random() * 6000 - 3000) ?>" 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" /> 29 <?lua 30 end 31 ?> 24 32 25 33 <!--Model name="starship" position="200,0,500" scale="10" mesh="starship.mesh" yawpitchroll="-90,-90,0" />
Note: See TracChangeset
for help on using the changeset viewer.