Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2015, 3:44:31 PM (10 years ago)
Author:
holzerj
Message:

Added Mine, ice particle, rocketfire, psygun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/particleEffectsHS15/data/levels/emptyLevel.oxw

    r10706 r10836  
    3434    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
    3535
    36     <ParticleEmitter
    37         source="Orxonox/engine"
    38         position="0,0,0"
    39         lifetime=1.0 loop=1 startdelay=2.0
    40     />
    41         <ParticleEmitter
    42         source="Orxonox/ice"
    43         position="0,0,100"
    44         lifetime=2.0 loop=1 startdelay=3.0
    45     />
     36        <Pawn team=1 health=30 position="0,100,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box RVName = "Box 4" >
     37        <events>
     38          <visibility>
     39            <EventListener event="flying4" />
     40          </visibility>
     41        </events>
     42        <attached>
     43            <Model position="0,0,0" mesh="crate.mesh" scale3D="3,3,3" />
     44        </attached>
     45        <collisionShapes>
     46            <BoxCollisionShape position="0,0,0" halfExtents="15,15,15" />
     47        </collisionShapes>
     48    </Pawn>
     49
     50    <Pawn team=1 health=30 position="0,200,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box RVName = "Box 3">
     51        <events>
     52          <visibility>
     53            <EventListener event="flying4" />
     54          </visibility>
     55        </events>
     56        <attached>
     57           <Model position="0,0,0" mesh="crate.mesh" scale3D="3,3,3" />
     58        </attached>
     59        <collisionShapes>
     60            <BoxCollisionShape position="0,0,0" halfExtents="15,15,15" />
     61        </collisionShapes>
     62    </Pawn>
    4663   
    4764  </Scene>
Note: See TracChangeset for help on using the changeset viewer.