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 7, 2022
1 parent 2f85e6e commit ec3498e
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 818 deletions.
4 changes: 3 additions & 1 deletion src/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ export class Game {
level;
constructor() {
// TODO (johnedvard) Play song after user interraction
// playSong();
setTimeout(() => {
// playSong();
}, 1000);

const game = this;
let { canvas, context } = init();
Expand Down
5 changes: 5 additions & 0 deletions src/Seaweed.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export class Seaweed {
constructor() {}
render() {}
update() {}
}
Loading

0 comments on commit ec3498e

Please sign in to comment.