itch.io is community of indie game creators and players

Devlogs

Audio Designer Update 1 - Samuel

Breadwinners
A browser game made in HTML5

I worked on creating the scripts that will be responsible for all audio elements in the game. Just to add a little insight into what these scripts do, the 'AudioManager' script is responsible for actually playing all of the sounds whenever the script is called. The 'Sound' script simply defines 'Sound' as a new object that I can create with assigned Audio clips,  volume settings, and more!

Leave a comment