Skip to content

Commit

Permalink
feat: スコアボードにリポジトリのリンクを貼った
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakagi committed Sep 26, 2022
1 parent 2d45aed commit c98cd4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/net/iamtakagi/pesce/PesceBoard.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ public List<String> getScoreboard(Player player, Board board) {
}
}

// リンクを貼っておく
contents.add("");
contents.add(Style.WHITE + "github.com/2mug1/Pesce");
// 線
contents.add(Style.SCOREBAORD_SEPARATOR);
return contents;
Expand Down

0 comments on commit c98cd4b

Please sign in to comment.