mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Automatic deploy 28996655
This commit is contained in:
parent
e3e9d41643
commit
7b1305b581
3 changed files with 21 additions and 21 deletions
|
@ -11,8 +11,8 @@ android {
|
|||
applicationId = "me.lecaro.breakout"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 28996651
|
||||
versionName = "28996651"
|
||||
versionCode = 28996655
|
||||
versionName = "28996655"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
/>
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<title>Breakout 71</title>
|
||||
<link rel="stylesheet" href="style.css?v=28996651" />
|
||||
<link rel="stylesheet" href="style.css?v=28996655" />
|
||||
<link rel="icon" href="./icon.svg" />
|
||||
</head>
|
||||
<body>
|
||||
<button id="menu">☰<span> menu</span></button>
|
||||
<button id="score"></button>
|
||||
<canvas id="game"></canvas>
|
||||
<script src="levels.js?v=28996651"></script>
|
||||
<script src="game.js?v=28996651"></script>
|
||||
<script src="levels.js?v=28996655"></script>
|
||||
<script src="game.js?v=28996655"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -384,7 +384,7 @@ let allLevels=[
|
|||
"focus": false
|
||||
},
|
||||
{
|
||||
"name": "Blocky Stairs",
|
||||
"name": "Stairs",
|
||||
"size": 8,
|
||||
"bricks": [
|
||||
"#5DA3EA",
|
||||
|
@ -1085,7 +1085,7 @@ let allLevels=[
|
|||
"color": ""
|
||||
},
|
||||
{
|
||||
"name": "Labirynth",
|
||||
"name": "Labyrinthe",
|
||||
"size": 11,
|
||||
"bricks": [
|
||||
"",
|
||||
|
@ -2660,7 +2660,7 @@ let allLevels=[
|
|||
"squared": true
|
||||
},
|
||||
{
|
||||
"name": "tulip",
|
||||
"name": "Tulip",
|
||||
"size": 11,
|
||||
"bricks": [
|
||||
null,
|
||||
|
@ -3039,7 +3039,7 @@ let allLevels=[
|
|||
"color": ""
|
||||
},
|
||||
{
|
||||
"name": "pairs",
|
||||
"name": "Violet Pairs",
|
||||
"size": 8,
|
||||
"bricks": [
|
||||
"#6262EA",
|
||||
|
@ -3111,7 +3111,7 @@ let allLevels=[
|
|||
"color": ""
|
||||
},
|
||||
{
|
||||
"name": "cups",
|
||||
"name": "Red Cups",
|
||||
"size": 11,
|
||||
"bricks": [
|
||||
"",
|
||||
|
@ -3229,7 +3229,7 @@ let allLevels=[
|
|||
"color": ""
|
||||
},
|
||||
{
|
||||
"name": "cactus",
|
||||
"name": "Cactus",
|
||||
"size": 10,
|
||||
"bricks": [
|
||||
null,
|
||||
|
@ -3243,7 +3243,7 @@ let allLevels=[
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"#e32119",
|
||||
"#A1F051",
|
||||
"",
|
||||
"#A1F051",
|
||||
|
@ -3269,7 +3269,7 @@ let allLevels=[
|
|||
"#618227",
|
||||
"#618227",
|
||||
"",
|
||||
"",
|
||||
"#e32119",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
|
@ -3295,7 +3295,7 @@ let allLevels=[
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"#e32119",
|
||||
"#A1F051",
|
||||
"#618227",
|
||||
"#618227",
|
||||
|
@ -3339,7 +3339,7 @@ let allLevels=[
|
|||
"color": ""
|
||||
},
|
||||
{
|
||||
"name": "sun",
|
||||
"name": "Sunny Face",
|
||||
"size": 11,
|
||||
"bricks": [
|
||||
"",
|
||||
|
@ -4459,7 +4459,7 @@ let allLevels=[
|
|||
"squared": false
|
||||
},
|
||||
{
|
||||
"name": "sunrise",
|
||||
"name": "Sunrise",
|
||||
"size": 8,
|
||||
"bricks": [
|
||||
"",
|
||||
|
@ -4532,7 +4532,7 @@ let allLevels=[
|
|||
"color": ""
|
||||
},
|
||||
{
|
||||
"name": "crosses",
|
||||
"name": "Crosses",
|
||||
"size": 13,
|
||||
"bricks": [
|
||||
"#6262EA",
|
||||
|
@ -5259,7 +5259,7 @@ let allLevels=[
|
|||
"squared": true
|
||||
},
|
||||
{
|
||||
"name": "yellow 71",
|
||||
"name": "Yellow 71",
|
||||
"size": 9,
|
||||
"bricks": [
|
||||
null,
|
||||
|
@ -5408,7 +5408,7 @@ let allLevels=[
|
|||
"focus": false
|
||||
},
|
||||
{
|
||||
"name": "blue 71",
|
||||
"name": "Blue 71",
|
||||
"size": 8,
|
||||
"bricks": [
|
||||
"#5DA3EA",
|
||||
|
@ -5481,7 +5481,7 @@ let allLevels=[
|
|||
"focus": false
|
||||
},
|
||||
{
|
||||
"name": "seventy one",
|
||||
"name": "Seventy one",
|
||||
"size": 21,
|
||||
"bricks": [
|
||||
"#e32119",
|
||||
|
@ -6095,7 +6095,7 @@ let allLevels=[
|
|||
"focus": false
|
||||
},
|
||||
{
|
||||
"name": "Big pig",
|
||||
"name": "Big Pig",
|
||||
"size": 15,
|
||||
"bricks": [
|
||||
null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue