mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 14:06:16 -04:00
Build 29074043
This commit is contained in:
parent
7e8643ceed
commit
4418ca7926
8 changed files with 29 additions and 15 deletions
|
@ -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}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29074010"
|
||||
"29074043"
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue