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
- 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)
- split screen multiplayer
- translation

View file

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

View file

@ -9,16 +9,16 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<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.">
<link rel="stylesheet" href="style.css?v=29014300" />
<link rel="stylesheet" href="style.css?v=29014360" />
<link rel="icon" href="./icon.svg" />
</head>
<body>
<button id="menu"><span> menu</span></button>
<button id="score"></button>
<canvas id="game"></canvas>
<script>window.appVersion="?v=29014300".slice(3)</script>
<script src="levels.js?v=29014300"></script>
<script src="game.js?v=29014300"></script>
<script>window.appVersion="?v=29014360".slice(3)</script>
<script src="levels.js?v=29014360"></script>
<script src="game.js?v=29014360"></script>
</body>