Changeset 1279 for code/branches/merge/bin
- Timestamp:
- May 15, 2008, 11:42:50 AM (17 years ago)
- Location:
- code/branches/merge/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/merge/bin/levels/sample.oxw
r1274 r1279 11 11 <!--Ambient colourvalue="1,1,1" /--> 12 12 <Skybox src="Orxonox/StarSkyBox" /> 13 <SpaceShip camera="true" position="0,0,0" scale="10" yawpitchroll="-90,-90,0" mesh="assf f.mesh" maxSpeed="500" maxSideAndBackSpeed="50" maxRotation="1.0" transAcc="200" rotAcc="3.0" transDamp="75" rotDamp="1.0" />13 <SpaceShip camera="true" position="0,0,0" scale="10" yawpitchroll="-90,-90,0" mesh="assf3.mesh" maxSpeed="500" maxSideAndBackSpeed="50" maxRotation="1.0" transAcc="200" rotAcc="3.0" transDamp="75" rotDamp="1.0" /> 14 14 15 15 <NPC position="0,100,400" scale="1" mesh="razor.mesh"/> -
code/branches/merge/bin/run-script
r790 r1279 22 22 fi 23 23 fi 24 trap "xset r" EXIT HUP INT TERM ABRT 24 25 exec ./orxonox $@
Note: See TracChangeset
for help on using the changeset viewer.