diff options
Diffstat (limited to 'src/game.js')
-rw-r--r-- | src/game.js | 2 |
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); }; |