tesselode / ripple

Sound manager with tag support for LÖVE.
MIT License
39 stars 5 forks source link

add update(dt) to tags #8

Open Ulhar opened 3 years ago

Ulhar commented 3 years ago

A previous pull request (#4) added stop, pause, and resume methods to tags. However, it did not add an update method, so while you could pause a tag's children by calling a method on the tag, you could not update it by the same manner. This is primarily relevant when you bring in fading. This pull request aims to resolve that.