Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/weaponupdateHS14/data/levels/templates/ss_tube01.oxt @ 10102

Last change on this file since 10102 was 10102, checked in by flsueess, 10 years ago

oxt file für spacestation erstellt, bestehende level files angepasst

File size: 607 bytes
Line 
1<Template name=ss_tube01>
2
3<MovableEntity position="0,0,0">
4<attached>
5
6<Model position="0,0,0" yaw=0 pitch=180 roll=0 scale=4 mesh="bsBody.mesh" />
7
8</attached>
9    <collisionShapes>
10        <BoxCollisionShape position="0,8,17"      halfExtents="8,10,10" />
11        <BoxCollisionShape position="0,0,22"      halfExtents="18, 2, 10" />
12        <BoxCollisionShape position="0,0,9"      halfExtents="12, 2, 20" />
13        <BoxCollisionShape position="0,0,-18"      halfExtents="6, 2, 18" />
14     
15    </collisionShapes>
16   
17    <Model position="0,0,0" mesh="cube.mesh" scale3D="1000,1000,1000" />
18   
19</MovableEntity>   
20 
21</Template>
Note: See TracBrowser for help on using the repository browser.