Skip to content

Commit

Permalink
Add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlalu233 committed Jul 2, 2021
1 parent 3f07d07 commit 15587b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/assets/bundles/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ discord = Join the Mindustry Discord!
link.discord.description = The official Mindustry Discord chatroom
link.reddit.description = The Mindustry subreddit
link.github.description = Game source code
link.ls-client.description = LS client source code
link.changelog.description = List of update changes
link.dev-builds.description = Unstable development builds
link.trello.description = Official Trello board for planned features
Expand Down
1 change: 1 addition & 0 deletions core/assets/bundles/bundle_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ discord = 加入 Mindustry 的 Discord!
link.discord.description = Mindustry 官方的 Discord 聊天室
link.reddit.description = Mindustry 的 reddit 板块
link.github.description = 游戏源代码
link.ls-client.description = LS端源代码
link.changelog.description = 更新日志
link.dev-builds.description = 不稳定的开发版本
link.trello.description = 官方列于 Trello 的功能计划表
Expand Down
3 changes: 2 additions & 1 deletion core/src/mindustry/ui/Links.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ private static void createLinks(){
new LinkEntry("itch.io", "https://anuke.itch.io/mindustry", Icon.itchio, Color.valueOf("fa5c5c")),
new LinkEntry("google-play", "https://play.google.com/store/apps/details?id=io.anuke.mindustry", Icon.googleplay, Color.valueOf("689f38")),
new LinkEntry("f-droid", "https://f-droid.org/packages/io.anuke.mindustry/", Icon.android, Color.valueOf("026aa7")),
new LinkEntry("ls-client", "https://github.com/LawrenceLin2333/Mindustry/", Icon.github, Color.valueOf("6ccaca")),
new LinkEntry("github", "https://github.com/Anuken/Mindustry/", Icon.github, Color.valueOf("24292e")),
new LinkEntry("dev-builds", "https://github.com/Anuken/MindustryBuilds", Icon.githubSquare, Color.valueOf("fafbfc")),
new LinkEntry("bug", report(), Icon.wrench, Color.valueOf("cbd97f"))
Expand Down Expand Up @@ -71,4 +72,4 @@ private static String report(){
Version.combined(),
Vars.mods.list().any() ? Vars.mods.list().select(LoadedMod::enabled).map(l -> l.meta.author + "/" + l.name + ":" + l.meta.version) : "none"));
}
}
}

0 comments on commit 15587b3

Please sign in to comment.