Automatic deploy 29014360

This commit is contained in:
Renan LE CARO 2025-03-01 21:40:37 +01:00
parent 28423b1a94
commit 8c2bc4f32b
3 changed files with 8 additions and 7 deletions

View file

@ -210,7 +210,8 @@ Some extra levels wouldn't hurt
- animals - animals
- countries flags and shapes, with name as background - countries flags and shapes, with name as background
Potential big features Potential big features or changes
- use ts and a bundler to get fewer bugs and compatibility with old browsers / webviews
- final bosses (large vertical level that scrolls down faster and faster) - final bosses (large vertical level that scrolls down faster and faster)
- split screen multiplayer - split screen multiplayer
- translation - translation

View file

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

View file

@ -9,16 +9,16 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Breakout 71</title> <title>Breakout 71</title>
<meta name="description" content="A breakout game with roguelite mechanics. Break bricks, catch coins, pick upgrades, repeat. Play for free on mobile and desktop."> <meta name="description" content="A breakout game with roguelite mechanics. Break bricks, catch coins, pick upgrades, repeat. Play for free on mobile and desktop.">
<link rel="stylesheet" href="style.css?v=29014300" /> <link rel="stylesheet" href="style.css?v=29014360" />
<link rel="icon" href="./icon.svg" /> <link rel="icon" href="./icon.svg" />
</head> </head>
<body> <body>
<button id="menu"><span> menu</span></button> <button id="menu"><span> menu</span></button>
<button id="score"></button> <button id="score"></button>
<canvas id="game"></canvas> <canvas id="game"></canvas>
<script>window.appVersion="?v=29014300".slice(3)</script> <script>window.appVersion="?v=29014360".slice(3)</script>
<script src="levels.js?v=29014300"></script> <script src="levels.js?v=29014360"></script>
<script src="game.js?v=29014300"></script> <script src="game.js?v=29014360"></script>
</body> </body>