Skip to content

Commit

Permalink
Update menus.js
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioprisco committed May 18, 2024
1 parent bbb950b commit 6c711d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions behaviors/default/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class MenuPawn extends PawnBehavior {
setup(){
if(this.menuItems)this.teardown();
this.menuItems = [];
this.installMenu("+100 bots", "./assets/images/masks-theater.png", ()=>this.publish("menu", "addBots"));
this.installMenu("Remove bots", "./assets/images/masks-theater-off.png", ()=>this.publish("menu", "killBots"));
this.installMenu("Toggle Fireball", "./assets/images/fireball.png", ()=>this.publish("menu","FireballToggle"));
this.installMenu("Toggle Sound", "./assets/images/speaker-icon.png", ()=>this.publish("menu", "startStopWind"));
this.installMenu("Code on Github", "./assets/images/github.png", ()=>this.linkTo("https://github.com/croquet/mythos"));

Expand Down

0 comments on commit 6c711d4

Please sign in to comment.