Changeset 10671 for code/branches/particleEffectsHS15/data/levels
- Timestamp:
- Oct 19, 2015, 4:08:23 PM (9 years ago)
- Location:
- code/branches/particleEffectsHS15/data/levels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/particleEffectsHS15/data/levels/emptyLevel.oxw
r10629 r10671 33 33 <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"/> 34 34 <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 /> 35 46 36 47 </Scene> -
code/branches/particleEffectsHS15/data/levels/pong.oxw
r10624 r10671 43 43 <Backlight scale=0.2 colour="1.0, 1.0, 0.5" width=7 length=500 lifetime=0.3 elements=20 trailmaterial="Trail/backlighttrail" material="Examples/Flare" /> 44 44 <Light type=point diffuse="1.0, 1.0, 0.5" specular="1.0, 1.0, 0.5" attenuation="1200, 1.0, 0.0035, 0.00005" /> 45 <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/ sparks2" lifetime=0.01 autostart=0 mainstate=spawn />45 <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/engineglow" lifetime=0.01 autostart=0 mainstate=spawn /> 46 46 </attached> 47 47 <eventlisteners> -
code/branches/particleEffectsHS15/data/levels/templates/spaceshipEscort.oxt
r9664 r10671 101 101 </EffectContainer> 102 102 <EffectContainer condition="normal or boost"> 103 <Backlight mainstate=activity active=false scale=0.33 name=bltest position=" 12, 0, 10" colour="0.2, 1.0, 0.65, 1.0" width=15 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> 103 <ParticleEmitter 104 source="Orxonox/engineglow" 105 position="0,0,0" 106 lifetime=5.0 loop=1 startdelay=2.0 107 scale=0.033 108 /> 104 109 <Backlight mainstate=activity active=false scale=0.33 name=bltest position="-12, 0, 10" colour="0.2, 1.0, 0.65, 1.0" width=15 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> 105 110 </EffectContainer>
Note: See TracChangeset
for help on using the changeset viewer.