fishfolk / bones

An easy-to-use game engine for making real games.
https://fishfolk.org/development/bones/introduction/
Other
236 stars 20 forks source link

feat: Adding missing stop interface for audio #453

Closed RockasMockas closed 2 months ago

RockasMockas commented 2 months ago

Implemented stop music/sound methods after I realized I couldn't stop the music in my game. Also added options to fade out with two separate custom fade out durations (one for music, and one for sounds).