Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 4:52:42 PM (14 years ago)
Author:
youngk
Message:

Implemented speed dependent audio pitch. BUG pitching doesn't currently work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/levels/templates/spaceship_assff.oxt

    r6187 r6202  
    6464   speedupdown    =  50
    6565
     66   defEngineSndNormal = "sounds/Engine_low.ogg"
     67
    6668   accelerationfront     = 500
    6769   accelerationbrake     = 500
     
    8183    </EffectContainer>
    8284    <EffectContainer condition="normal or brake">
    83       <WorldSound mainstate="activity" source="sounds/Engine_low.ogg" loop=1 active=false/>
     85      <!-- WorldSound mainstate="activity" source="sounds/Engine_low.ogg" loop=1 active=false -->
    8486    </EffectContainer>
    8587    <EffectContainer condition="normal or boost">
Note: See TracChangeset for help on using the changeset viewer.