Changeset 1282 for code/branches/merge/bin
- Timestamp:
- May 15, 2008, 2:14:44 PM (17 years ago)
- Location:
- code/branches/merge/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/merge/bin/levels/sample.oxw
r1279 r1282 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 3.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="assff.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
r1279 r1282 22 22 fi 23 23 fi 24 trap "xset r" EXIT HUP INT TERM ABRT 24 trap "xset r" EXIT HUP INT TERM ABRT KILL 25 25 exec ./orxonox $@
Note: See TracChangeset
for help on using the changeset viewer.