From 5e568eac0dab47dbb3bc0f4a0514cc79277aa703 Mon Sep 17 00:00:00 2001 From: ado1928 <47899778+ado1928@users.noreply.github.com> Date: Fri, 20 Dec 2019 01:33:24 +0100 Subject: [PATCH] Added Feathub to the "About" tab (#1234) * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update Links.java --- core/assets-raw/sprites/ui/icons/icon-feathub.png | Bin 0 -> 189 bytes core/assets/bundles/bundle.properties | 1 + core/src/io/anuke/mindustry/ui/Links.java | 1 + 3 files changed, 2 insertions(+) create mode 100644 core/assets-raw/sprites/ui/icons/icon-feathub.png diff --git a/core/assets-raw/sprites/ui/icons/icon-feathub.png b/core/assets-raw/sprites/ui/icons/icon-feathub.png new file mode 100644 index 0000000000000000000000000000000000000000..ae1d06bf003924eb0388a694969911c83bfb510f GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamUKs7M+SzC{oH>NS%G}c0*}aI zpqfJ<%qXhi)c_QfEOCt}3C>R|DNig)Whh9@%q!8$OD$0_(KFC9GW@8JITfhL%G1R$ z#KJ%M$N&HK%wjwuPK**+8#0+Xc@=wi>|qc;{!Csc?#R2$MIuSuy1%kjBm`~7ue4r@|p00i_>zopr0AXM>J^%m! literal 0 HcmV?d00001 diff --git a/core/assets/bundles/bundle.properties b/core/assets/bundles/bundle.properties index 07fd48f9fc..c65eef4385 100644 --- a/core/assets/bundles/bundle.properties +++ b/core/assets/bundles/bundle.properties @@ -12,6 +12,7 @@ link.itch.io.description = itch.io page with PC downloads link.google-play.description = Google Play store listing link.f-droid.description = F-Droid catalogue listing link.wiki.description = Official Mindustry wiki +link.feathub.description = Suggest new features linkfail = Failed to open link!\nThe URL has been copied to your clipboard. screenshot = Screenshot saved to {0} screenshot.invalid = Map too large, potentially not enough memory for screenshot. diff --git a/core/src/io/anuke/mindustry/ui/Links.java b/core/src/io/anuke/mindustry/ui/Links.java index 670ca4e76e..5b6fac5909 100644 --- a/core/src/io/anuke/mindustry/ui/Links.java +++ b/core/src/io/anuke/mindustry/ui/Links.java @@ -14,6 +14,7 @@ public class Links{ new LinkEntry("changelog", "https://github.com/Anuken/Mindustry/releases", Pal.accent.cpy()), new LinkEntry("trello", "https://trello.com/b/aE2tcUwF", Color.valueOf("026aa7")), new LinkEntry("wiki", "https://mindustrygame.github.io/wiki/", Color.valueOf("0f142f")), + new LinkEntry("feathub", "https://feathub.com/Anuken/Mindustry/", Color.valueOf("ebebeb")), new LinkEntry("reddit", "https://www.reddit.com/r/Mindustry/", Color.valueOf("ee593b")), new LinkEntry("itch.io", "https://anuke.itch.io/mindustry", Color.valueOf("fa5c5c")), new LinkEntry("google-play", "https://play.google.com/store/apps/details?id=io.anuke.mindustry", Color.valueOf("689f38")),