Simon Delamarre abade0260d
GOB: fix some animation speed issues in Adibou2
In some cases, e.g. Adibou walking from his house, the animation is drawn using video object and _mult->animate() calls, but outside any "evaluate hotspots" loop. The loop is done directly from the scripts and has no synchronization with frame rate, so the animation goes too fast.

We add a timing correction in the animate() loop, by not incrementing the video frame number in video object if we are in advance, and continuing the loop, to keep the UI responsive.
2022-12-02 11:44:34 +01:00
..
2022-11-17 01:00:56 +02:00
2022-11-27 14:36:14 +01:00
2022-11-27 14:36:27 +01:00
2022-11-03 19:04:19 +00:00
2022-11-28 19:43:13 +01:00
2022-12-01 14:18:52 +01:00
2022-10-27 15:56:14 +02:00
2022-11-27 14:37:16 +01:00
2022-11-28 00:19:51 +01:00
2022-04-29 07:45:24 +02:00