Add footstep sounds, implement crude footstep sounding

Sounds are played every tick, which is not good.
This commit is contained in:
Louis Pearson
2019-08-31 19:32:39 -06:00
parent 41cd20aaf8
commit ad3bd0b2ce
27 changed files with 130 additions and 4 deletions

View File

@ -35,7 +35,6 @@ impl PlayState for MainMenuState {
let mut client_init: Option<ClientInit> = None;
let music = global_state.audio.play_music("voxygen.audio.soundtrack.veloren_title_tune-3".to_string());
global_state.audio.stop_channel(music, Fader::fade_out(10.0));
loop {
// Handle window events.