Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/surfaceraceHS14/data/levels/templates/DodgeRacePattern.oxt @ 10135

Last change on this file since 10135 was 10135, checked in by sriedel, 9 years ago

Working version, Blockpattern are strange.

File size: 866 bytes
Line 
1<Template name=DodgeRaceCube01>
2 
3        <StaticEntity position="0,0,0" direction="0,0,0"   scale="1" collisionType=static mass=1 friction=0.01 >
4      <attached>
5        <Model position="0,0,0"         mesh="blackcube.mesh"           scale3D="600,50,50" />
6                <Model position="0,0,950"       mesh="blackcube.mesh"           scale3D="600,50,50" />
7                <Model position="800,0,50"      mesh="blackcube.mesh"           scale3D="100,50,100" />
8                <Model position="800,0,850"     mesh="blackcube.mesh"           scale3D="100,50,100" />
9                <Model position="850,0,250"     mesh="blackcube.mesh"           scale3D="50,40,100" />
10                <Model position="850,0,450"     mesh="blackcube.mesh"           scale3D="50,40,100" />
11                <Model position="850,0,650"     mesh="blackcube.mesh"           scale3D="50,40,100" />
12      </attached>
13
14      <collisionShapes>
15        <BoxCollisionShape position="0,0,0" halfExtents="1,1,1" />
16      </collisionShapes>
17        </StaticEntity>
18
19</Template>
Note: See TracBrowser for help on using the repository browser.