summaryrefslogtreecommitdiff
path: root/src/game.js
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2022-06-04 16:01:10 -0600
committerSimponic <loganhunt@simponic.xyz>2022-06-04 16:01:10 -0600
commitf6871ced2774a88f5177421224e7ae2375404e61 (patch)
treea09c7eccb9ed8636a23cf8a7561658762d068908 /src/game.js
parent07a2c18985284431c18a619cfaa3f5681239dd48 (diff)
downloadbbiy-prod.tar.gz
bbiy-prod.zip
Add prod branch for launching on simponic.xyzprod
Diffstat (limited to 'src/game.js')
-rw-r--r--src/game.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.js b/src/game.js
index 5a7e391..c9fe724 100644
--- a/src/game.js
+++ b/src/game.js
@@ -31,7 +31,7 @@ game.startLoop = () => {
game.lastTimeStamp = performance.now();
game.assets.music.play();
if (game.assets.music.paused) {
- alert("Failed to start background music; please allow autoplay in your browser settings.");
+ alert("Failed to start background music; please allow autoplay in your browser settings and refresh.");
}
requestAnimationFrame(game.loop);
};