Skip to content

Commit

Permalink
feat: Add music
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedvard committed Sep 10, 2022
1 parent 64698c7 commit d966006
Show file tree
Hide file tree
Showing 2 changed files with 798 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class Game {
constructor() {
// TODO (johnedvard) Play song after user interraction
setTimeout(() => {
// playSong();
playSong();
}, 1000);

const game = this;
Expand Down
Loading

0 comments on commit d966006

Please sign in to comment.