- Timestamp:
- May 17, 2018, 2:48:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxyRoad_FS18/data/levels/templates/OrxyRoadPattern.oxt
r11934 r11970 90 90 91 91 </Template> 92 93 94 95 <Template name=spacecruiser> 96 97 <OrxyRoadCube position="0,0,0" direction="0,0,0" scale="1" roll=90 pitch=-90 collisionType=dynamic mass=1 friction=0.01 > 98 <attached> 99 <Model position="0,0,0" mesh="spacecruiser.mesh" scale="10" /> 100 101 </attached> 102 <collisionShapes> 103 <BoxCollisionShape position="0,-5,2" halfExtents="38,6,62" /> 104 <BoxCollisionShape position="0,5,2" halfExtents="20,6,40" /> 105 <BoxCollisionShape position="-16,-10,-2" halfExtents="15,5,57" roll=-14 pitch=3.5 /> 106 <BoxCollisionShape position="16,-10,-2" halfExtents="15,5,57" roll=14 pitch=3.5 /> 107 <BoxCollisionShape position="19,3.5,2" halfExtents="18,5,52" roll=-21 /> 108 <BoxCollisionShape position="-19,4.5,2" halfExtents="18,5,52" roll=21 /> 109 <BoxCollisionShape position="0,4,-59" halfExtents="18,1,16" pitch=-30 /> 110 111 scale="10" 112 113 </collisionShapes> 114 </OrxyRoadCube> 115 116 </Template> 117 118 <Template name=asteroid> 119 120 <OrxyRoadCube position="0,0,0" direction="0,0,0" scale="1" collisionType=dynamic mass=1 friction=0.01 > 121 <attached> 122 <Model position="0,0,0" mesh="ast1.mesh" scale="50" /> 123 </attached> 124 <collisionShapes> 125 <SphereCollisionShape radius="30" /> 126 </collisionShapes> 127 </OrxyRoadCube> 128 129 </Template> 130 131 132
Note: See TracChangeset
for help on using the changeset viewer.