Build 29074043

This commit is contained in:
Renan LE CARO 2025-04-12 09:24:07 +02:00
parent 7e8643ceed
commit 4418ca7926
8 changed files with 29 additions and 15 deletions

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29074010";
const VERSION = "29074043";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1 +1 @@
"29074010"
"29074043"

View file

@ -52,6 +52,7 @@ import { addToTotalScore } from "./addToTotalScore";
export function setMousePos(gameState: GameState, x: number) {
gameState.puckPosition = x;
// Sets the puck position, and updates the ball position if they are supposed to follow it
gameState.needsRender = true;
}

View file

@ -1,6 +1,6 @@
import en from "./en.json";
import fr from "./fr.json";
// import ar from "./ar.json";
import ar from "./ar.json";
// import de from "./de.json";
// import es from "./es.json";
// import ko from "./ko.json";
@ -24,13 +24,13 @@ export const languages = [
levelName: "France",
},
// {
// text: "عربي",
// value: "ar",
// strings: ar,
//
// levelName: "Lebanon",
// },
{
text: "عربي",
value: "ar",
strings: ar,
levelName: "Lebanon",
},
// {
// text: "Español",
// value: "es",