ImpactOTheGame / DemoSquad

0 stars 0 forks source link

Player Audio Handler #3

Open Pettson86 opened 11 years ago

Pettson86 commented 11 years ago

Should handle different gear sounds as well as collision sounds, slip sounds and so on.

Pettson86 commented 11 years ago

Added the core structure of a VehicleSoundHandler that uses one idle and one engine sound. These sounds are pitched and the volume adjusted depending on the current throttle and vehicle velocity.

It should be mentioned that a solution to handle gearing would be better.

Pettson86 commented 11 years ago

Added some skidsound functionality