Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2009, 1:45:56 PM (16 years ago)
Author:
rgrieder
Message:

Found some inappropriate tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/levels/sound.oxw

    r6387 r6389  
    2020  <AmbientSound ambientSource="Earth.ogg" looping="true" playOnLoad="true" />
    2121  <AmbientSound ambientSource="Mars.ogg" looping="true">
    22         <events>
    23                 <activity>
    24                         <DistanceTrigger position="400,0,0" distance=200 target="Camera">
    25                                 <attached>
    26                                         <ParticleSpawner position="0,0,0" source="Orxonox/fire3" lifetime=0 loop=0 autostart=1 />
    27                                 </attached>
    28                         </DistanceTrigger>
    29                 </activity>
    30         </events>
     22    <events>
     23        <activity>
     24            <DistanceTrigger position="400,0,0" distance=200 target="Camera">
     25                <attached>
     26                    <ParticleSpawner position="0,0,0" source="Orxonox/fire3" lifetime=0 loop=0 autostart=1 />
     27                </attached>
     28            </DistanceTrigger>
     29        </activity>
     30    </events>
    3131  </AmbientSound>
    3232  <AmbientSound ambientSource="Jupiter.ogg" looping="true">
    33         <events>
    34                 <activity>
    35                         <DistanceTrigger position="400,150,0" distance=200 target="Camera">
    36                                 <attached>
    37                                         <ParticleSpawner position="0,0,0" source="Orxonox/fire3" lifetime=0 loop=0 autostart=1 />
    38                                 </attached>
    39                         </DistanceTrigger>
    40                 </activity>
    41         </events>
     33    <events>
     34        <activity>
     35            <DistanceTrigger position="400,150,0" distance=200 target="Camera">
     36                <attached>
     37                    <ParticleSpawner position="0,0,0" source="Orxonox/fire3" lifetime=0 loop=0 autostart=1 />
     38                </attached>
     39            </DistanceTrigger>
     40        </activity>
     41    </events>
    4242  </AmbientSound>
    4343
Note: See TracChangeset for help on using the changeset viewer.