Adjusted the mass of switchInner and the force that keeps it in place. The movableBlock can now push the switch down.

This commit is contained in:
Steffen Fündgens 2015-02-17 12:25:12 +01:00
parent d5223ae540
commit a209acc6c9
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@
<yRot>0.0</yRot> <yRot>0.0</yRot>
<zRot>0.0</zRot> <zRot>0.0</zRot>
<scale>1.0</scale> <scale>1.0</scale>
<mass>1.0</mass> <mass>0.5</mass>
</object> </object>
<object> <object>
<modelPath>switch_outer.obj</modelPath> <modelPath>switch_outer.obj</modelPath>

View File

@ -1320,7 +1320,7 @@
<xPosition>159.5</xPosition> <xPosition>159.5</xPosition>
<yPosition>22.0</yPosition> <yPosition>22.0</yPosition>
<zPosition>17.5</zPosition> <zPosition>17.5</zPosition>
<strength>10.0</strength> <strength>7.0</strength>
</positionConstraint> </positionConstraint>
<trigger> <trigger>
<name>openFirstDoor</name> <name>openFirstDoor</name>