Changeset 6382 for code/branches/presentation2/data/levels
- Timestamp:
- Dec 19, 2009, 12:18:41 AM (15 years ago)
- Location:
- code/branches/presentation2/data/levels
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/levels/presentationHS09b.oxw
r6363 r6382 25 25 26 26 27 <AmbientSound ambientSource="Mars.ogg" loop ="true" play="true" />27 <AmbientSound ambientSource="Mars.ogg" looping="true" playOnLoad="true" /> 28 28 29 29 <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" /> … … 258 258 259 259 260 <AmbientSound ambientSource="Earth.ogg" loop ="true" play="false">260 <AmbientSound ambientSource="Earth.ogg" looping="true" playOnLoad="false"> 261 261 <events> 262 262 <activity> -
code/branches/presentation2/data/levels/sound.oxw
r6248 r6382 18 18 > 19 19 20 <AmbientSound ambientSource="Earth.ogg" loop ="true" play="true" />21 <AmbientSound ambientSource="Mars.ogg" loop ="true" play="false">20 <AmbientSound ambientSource="Earth.ogg" looping="true" playOnLoad="true" /> 21 <AmbientSound ambientSource="Mars.ogg" looping="true"> 22 22 <events> 23 23 <activity> … … 30 30 </events> 31 31 </AmbientSound> 32 <AmbientSound ambientSource="Jupiter.ogg" loop ="true" play="false">32 <AmbientSound ambientSource="Jupiter.ogg" looping="true"> 33 33 <events> 34 34 <activity> -
code/branches/presentation2/data/levels/templates/spaceship_HXY.oxt
r6363 r6382 69 69 > 70 70 <EffectContainer condition="idle"> 71 <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" loop =1 active=false/>71 <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" looping=1 active=false/> 72 72 </EffectContainer> 73 73 <EffectContainer condition="not idle"> -
code/branches/presentation2/data/levels/templates/spaceship_Transporter.oxt
r6363 r6382 69 69 > 70 70 <EffectContainer condition="idle"> 71 <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" loop =1 active=false/>71 <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" looping=1 active=false/> 72 72 </EffectContainer> 73 73 <EffectContainer condition="not idle">
Note: See TracChangeset
for help on using the changeset viewer.