ripple icon indicating copy to clipboard operation
ripple copied to clipboard

add update(dt) to tags

Open Ulhar opened this issue 4 years ago • 0 comments

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.

Ulhar avatar Dec 13 '20 06:12 Ulhar