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 6c711d4 commit 4ce05e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behaviors/default/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MenuPawn extends PawnBehavior {
if(this.menuItems)this.teardown();
this.menuItems = [];
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"));
this.installMenu("Code on Github", "./assets/images/github.png", ()=>this.linkTo("https://github.com/giulioprisco/spaceport9684"));

}

Expand Down

0 comments on commit 4ce05e3

Please sign in to comment.