Gyrobifastigium

Results 5 comments of Gyrobifastigium

The panic happens because: - The `Delay` tween in the example has a 0-duration `self.timer`, so `self.timer.percent()` returns NaN. - As a result, `tween.progress()` returns NaN. - As a result,...

I don't know if this should go in a separate issue, but somehow in my game where I'm using a fork of `bevy_tweening` v0.4 with #39 applied, I just got...

Yes, it is. I've only seen it happen once so it seems to be pretty rare.

This might be related to IntelliJ. When I start my game from the terminal instead, there seems to always be an initial `WindowFocused` event. Also, rarely when started from IntelliJ,...