Skip to content

Commit

Permalink
Update game.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadeJHS authored Jun 6, 2024
1 parent 8b75016 commit 54e65e2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion source/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,15 @@ https://github.com/arcadeJHS/AvertiseInvaders
[1,0,0,0,0,0,1],
[1,1,1,1,1,1,1]
],
[
[0,0,0,0,0,0,0],
[0,1,0,0,0,1,0],
[0,1,1,0,0,1,0],
[0,1,0,1,0,1,0],
[0,1,0,0,1,1,0],
[0,1,0,0,0,1,0],
[0,0,0,0,0,0,0]
],
[
[0,0,0,0,0,0,0],
[0,1,0,0,0,1,0],
Expand Down Expand Up @@ -1694,4 +1703,4 @@ https://github.com/arcadeJHS/AvertiseInvaders
//}
//};

})();
})();

0 comments on commit 54e65e2

Please sign in to comment.