Changeset 10139 for code/branches
- Timestamp:
- Nov 26, 2014, 4:19:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceraceHS14/data/levels/templates/DodgeRacePattern.oxt
r10135 r10139 1 <Template name=DodgeRaceCube0 1>1 <Template name=DodgeRaceCube02> 2 2 3 3 <StaticEntity position="0,0,0" direction="0,0,0" scale="1" collisionType=static mass=1 friction=0.01 > … … 18 18 19 19 </Template> 20 21 <Template name=DodgeRaceCube01> 22 23 <StaticEntity position="0,0,0" direction="0,0,0" scale="1" collisionType=static mass=1 friction=0.01 > 24 <attached> 25 <Model position="0,0,0" mesh="blackcube.mesh" scale3D="50,50,100" /> 26 <Model position="50,0,150" mesh="blackcube.mesh" scale3D="50,50,50" /> 27 <Model position="40,0,-155" mesh="blackcube.mesh" scale3D="50,50,50" /> 28 </attached> 29 30 <collisionShapes> 31 <BoxCollisionShape position="0,1000,0" halfExtents="1,1,1" /> 32 </collisionShapes> 33 </StaticEntity> 34 35 </Template>
Note: See TracChangeset
for help on using the changeset viewer.