Furball-Engine/Furball

[FEATURE] Separate time sources per tween

Beyley opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Im trying to fade a drawable's color to the game time while the drawable has a music time source, which very obviously does not work

Describe the solution you'd like
Id like for there to be an optional param on the Tween constructor allowing you to specify the time source for that specific tween only

This could be doable, the convinience tween functions could take a optional parameter for a ITimeSource and if left empty could just use the default drawable ITimeSource