Blue-Square-Legion / Keito-Yarn-Game

Toss down yarn balls and bounce them towards the bored cat to delight them with colorful yarn!
https://sam325.itch.io/keito-game
Apache License 2.0
1 stars 0 forks source link

[MECHANIC]: Switch Music functionality #2

Closed SurajSSingh closed 4 days ago

SurajSSingh commented 3 weeks ago

Description of what will be added or updated

Create a function which, when called with a genre of music, will tell Wwise the genre of music to play. The Wwise functionality itself can be put as placeholders. Ideally, genres of music is an enum and when an event change occurs, the function pass that along to Wwise without any changes.

To find prior work, look at the system we have for the cat changing color system.

Additional Information

Wwise functionality will be implemented later on once music is in place. Use comments to signify where to place the Wwise code.