Changeset 10702 for code/branches/planetLevelHS15/data/levels
- Timestamp:
- Oct 26, 2015, 2:35:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/planetLevelHS15/data/levels/flightTest.oxw
r10701 r10702 63 63 imagesize="1024.0f" 64 64 collisiondamage = 2 65 enablecollisiondamage = true65 enablecollisiondamage = false 66 66 > 67 67 <attached> 68 <ForceField position="0,0,0" mode="newtonianGravity" diameter="140000" massDiameter="126000" mass="5.9e21" />68 // <ForceField position="0,0,0" mode="newtonianGravity" diameter="140000" massDiameter="126000" mass="5.9e21" /> 69 69 <PortalEndPoint id="2" distance="5000" target="Pawn" design="PortalEndPoint"/> 70 70 </attached> 71 71 <collisionShapes> 72 <SphereCollisionShape radius="10" position="0,0,0" />72 // <SphereCollisionShape radius="10" position="0,0,0" /> 73 73 </collisionShapes> 74 74 </Planet> … … 78 78 79 79 <PortalEndPoint position="0,0,0" id="1" distance="40" target="Pawn" design="PortalDefault"/> 80 <PortalEndPoint position="0,99000,0" id="3" distance="40" target="Pawn" design="PortalDefault"/> 80 81 81 <PortalLink fromID="1" toID=" 2" />82 <PortalLink fromID="1" toID="3" /> 82 83 <PortalLink fromID="2" toID="1" /> 83 84
Note: See TracChangeset
for help on using the changeset viewer.