CylonSB / bounded-planet

Test Game Please Ignore
6 stars 1 forks source link

Audio #13

Closed ocornoc closed 4 years ago

ocornoc commented 4 years ago

Adds a basic sound effect and makes main.rs play every loaded sound effect every time the LMB is clicked.

Closes #9

ocornoc commented 4 years ago

Until we get Bots set up, which has a feature to force cargo fmt, I'm just calling it for every PR

ocornoc commented 4 years ago

This was the quickest way I could implement it, just to show specifically audio playing etc. I've already added custom events and event handling with the camera PR, so copying those principles should be straightforward