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

@ -28,6 +28,8 @@ Some upgrades currently are not really useful
# Changelog # Changelog
## To do ## To do
- game crashes when reaching level 12 (no level info in runLevels)
-
## Done ## Done

View file

@ -29,8 +29,8 @@ android {
applicationId = "me.lecaro.breakout" applicationId = "me.lecaro.breakout"
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 29074010 versionCode = 29074043
versionName = "29074010" versionName = "29074043"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {
useSupportLibrary = true useSupportLibrary = true

File diff suppressed because one or more lines are too long

15
dist/index.html vendored

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
// The version of the cache. // The version of the cache.
const VERSION = "29074010"; const VERSION = "29074043";
// The name of the cache // The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`; 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) { export function setMousePos(gameState: GameState, x: number) {
gameState.puckPosition = x; gameState.puckPosition = x;
// Sets the puck position, and updates the ball position if they are supposed to follow it // Sets the puck position, and updates the ball position if they are supposed to follow it
gameState.needsRender = true; gameState.needsRender = true;
} }

View file

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