mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 22:16:14 -04:00
wip
This commit is contained in:
parent
6bec479d07
commit
a38b9481e0
2 changed files with 3 additions and 0 deletions
|
@ -2078,6 +2078,7 @@ function toggleSetting(key) {
|
|||
|
||||
scoreDisplay.addEventListener("click", async (e) => {
|
||||
e.preventDefault();
|
||||
running=false
|
||||
const cb = await asyncAlert({
|
||||
title: `You scored ${score} points so far`, text: `
|
||||
<p>You are playing level ${currentLevel + 1} out of ${max_levels()}. </p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue