Changeset 1407 for code/trunk/bin
- Timestamp:
- May 24, 2008, 1:49:54 PM (17 years ago)
- Location:
- code/trunk/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/bin/keybindings.ini
r1393 r1407 1 1 [KeyBinder] 2 KeyUNASSIGNED= activateConsole3 KeyESCAPE= exit2 KeyUNASSIGNED= 3 KeyESCAPE= exit 4 4 Key1= 5 5 Key2= … … 15 15 KeyEQUALS=activateConsole 16 16 KeyBACK= 17 KeyTAB= cycleNavigationFocus17 KeyTAB= 18 18 KeyQ= 19 19 KeyW= … … 154 154 MouseButton6= 155 155 MouseButton7= 156 MouseWheel1Up= 157 MouseWheel1Down= 156 MouseWheel1Up=AxisAmp 0.1 slomo 157 MouseWheel1Down=AxisAmp 0.1 slomo 158 158 MouseWheel2Up= 159 159 MouseWheel2Down= -
code/trunk/bin/levels/sample.oxw
r1400 r1407 10 10 11 11 <!--Ambient colourvalue="1,1,1" /--> 12 <Skybox src="Orxonox/Star box" />12 <Skybox src="Orxonox/StarSkyBox" /> 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" /> 14 <Model position=" 2000,0,0" scale="10" mesh="tomato.mesh" yawpitchroll="-40,30,0" rotationAxis="1,0,0" rotationRate="-30"/>15 <Model position="0, 2000,0" scale="10" mesh="tomato.mesh" yawpitchroll="-50,60,0" rotationAxis="1,0,0" rotationRate="-30"/>16 <Model position="0,0, 2000" scale="10" mesh="tomato.mesh" yawpitchroll="-50,-30,0" rotationAxis="1,0,0" rotationRate="-30"/>14 <Model position="1500,0,100" scale="10" mesh="tomato.mesh" yawpitchroll="-40,30,0" rotationAxis="1,0,0" rotationRate="-30"/> 15 <Model position="0,4200,0" scale="10" mesh="tomato.mesh" yawpitchroll="-50,60,0" rotationAxis="1,0,0" rotationRate="-30"/> 16 <Model position="0,0,6800" scale="10" mesh="tomato.mesh" yawpitchroll="-50,-30,0" rotationAxis="1,0,0" rotationRate="-30"/> 17 17 <NPC position="0,100,400" scale="1" mesh="razor.mesh"/> 18 18 <NPC position="0,100,400" scale="1" mesh="razor.mesh"/>
Note: See TracChangeset
for help on using the changeset viewer.