Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2015, 4:08:23 PM (9 years ago)
Author:
holzerj
Message:

New particleeffects

File:
1 edited

Legend:

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

    r10629 r10671  
    3333    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
    3434    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
     35
     36    <ParticleEmitter
     37        source="Orxonox/engineglow"
     38        position="0,0,0"
     39        lifetime=5.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    />
    3546   
    3647  </Scene>
Note: See TracChangeset for help on using the changeset viewer.