Skip to content

Commit ec3498e

Browse files
committed
feat: Add music
1 parent 2f85e6e commit ec3498e

5 files changed

Lines changed: 103 additions & 818 deletions

File tree

src/Game.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ export class Game {
1212
level;
1313
constructor() {
1414
// TODO (johnedvard) Play song after user interraction
15-
// playSong();
15+
setTimeout(() => {
16+
// playSong();
17+
}, 1000);
1618

1719
const game = this;
1820
let { canvas, context } = init();

src/Seaweed.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export class Seaweed {
2+
constructor() {}
3+
render() {}
4+
update() {}
5+
}

0 commit comments

Comments
 (0)