prepare for 0.2.0-rc2 release

This commit is contained in:
2022-05-04 08:48:16 +02:00
parent a2714f25e4
commit 3f67e92c5c
7 changed files with 17 additions and 5 deletions

View File

@@ -308,7 +308,7 @@ export default function MicroW8(screen, config = {}) {
canvasCtx.putImageData(imageData, 0, 0);
let timeOffset = ((time * 6) % 100 - 50) / 6;
thisFrame = startTime + time - timeOffset / 2;
thisFrame = startTime + time - timeOffset / 8;
} else {
thisFrame = Date.now();
}