[][src]Constant rust_action_heroes::audio::MOVE_SOUND

const MOVE_SOUND: &str = "audio/bloop.ogg";

The path to our sound file is hard coded because there is only one. I'm sure if we had more sounds to deal with there would be some way of cataloging and loading them.