ucsd-cse125-sp24 / group5

A character-based ability shooter 2v2 heavily inspired by Four Seasons
https://cse125.ucsd.edu/2024/cse125g5
6 stars 0 forks source link

Audio setup #22

Closed AnnLe4869 closed 1 month ago

AnnLe4869 commented 1 month ago

I have setup some very basic audio that can play audio and explosion sound periodically and jump sound on keyboard event. Will look into how to do the partial sound I also setup the config such that we can read all config from inside a single json file. like this

std::cout << "My name is " << SetupParser::getValue("name") << std::endl; right now I put some example setup in the common/setup.json but I image we can do more with this.

Alanine42 commented 1 month ago

finnnalllly