dexterdeluxe88
Results
1
issues of
dexterdeluxe88
I'd like to have the ability to specify a delay between loop cycles. Currently we are achieving this within the callback similar to: ``` .on("loop", () => { this.movementTween.pause(); this.timeOut...