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

@@ -10,7 +10,7 @@
</head>
<body>
<div id="uw8">
<a href="https://exoticorn.github.io/microw8">MicroW8</a> 0.2.0-rc1
<a href="https://exoticorn.github.io/microw8">MicroW8</a> 0.2.0-rc2
</div>
<div id="centered">
<canvas class="screen" id="screen" width="320" height="240">

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();
}