Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 11:11:39 AM (5 years ago)
Author:
pomselj
Message:

We can shoot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw

    r12367 r12368  
    4242      <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/sparks2" lifetime=0.01 autostart=0 mainstate=spawn />
    4343    </attached>
     44      <collisionShapes>
     45          <SphereCollisionShape radius="2" />
     46      </collisionShapes>
    4447    <eventlisteners>
    4548      <EventTarget target=hiteffect />
     
    5659        <Model position="0,0,0" mesh="cube_orange.mesh" scale=4.3 />
    5760      </attached>
     61      <collisionShapes>
     62                <BoxCollisionShape halfExtents="4.5, 4.5, 4.5" />
     63      </collisionShapes>
    5864    </OrxoBloxStones>
    5965  </Template>
     
    6369  <Template name=OrxoBloxwall>
    6470    <OrxoBloxWall>
     71            <collisionShapes>
     72                <BoxCollisionShape halfExtents="4.5, 4.5, 4.5" />
     73      </collisionShapes>
    6574    </OrxoBloxWall>
    6675  </Template>
Note: See TracChangeset for help on using the changeset viewer.