-
-
+
-
+
+
+
diff --git a/game.js b/game.js index bcaee6c..bc1afea 100644 --- a/game.js +++ b/game.js @@ -76,7 +76,7 @@ function updateLayout() { document.getElementById("col2").style.backgroundColor = ""; } -function delay(time) { +export function delay(time) { return new Promise(resolve => setTimeout(resolve, time)); } diff --git a/gst.html b/gst.html index c14380b..8350f28 100644 --- a/gst.html +++ b/gst.html @@ -49,22 +49,22 @@