Den4200 / game-jam-2020

My team's submission for Python Discord's Game Jam 2020.
https://pythondiscord.com/pages/events/game-jam-2020/
MIT License
3 stars 1 forks source link

Global sound manager #30

Closed albertopoljak closed 4 years ago

albertopoljak commented 4 years ago

We need a way for it to be global, in form of import maybe.

That way we can easily import it and add sounds and deal with slowmode/volume tinkering and additional things instead of passing references around.