Skip to content

Commit

Permalink
Add mimimihs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo committed Aug 16, 2023
1 parent 55ad280 commit 165d471
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/views/game/game.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export class GameComponent implements OnInit, OnDestroy {
this.registerCommand("downunder", this.flipBody.bind(this));
this.registerCommand("olderenneger", this.oldErEnNeger.bind(this));
this.registerCommand("mimimi", this.mimimi.bind(this));
this.registerCommand("mimimihs", this.mimimi_spedup.bind(this));
this.registerCommand("letitsnow", this.toggleSnowflakes.bind(this));
this.registerCommand("30305244", this.benjamin.bind(this));
}
Expand Down Expand Up @@ -215,6 +216,10 @@ export class GameComponent implements OnInit, OnDestroy {
this.gameService.nextChugMusic = "mimimi";
}

mimimi_spedup() {
this.gameService.nextChugMusic = "mimimi_spedup";
}

toggleSnowflakes() {
if (this.snowflakes) {
this.snowflakes.destroy();
Expand Down
Binary file added src/assets/sounds/mimimi_spedup.mp3
Binary file not shown.
Binary file added src/assets/sounds/mimimi_spedup.ogg
Binary file not shown.

0 comments on commit 165d471

Please sign in to comment.