Beep boop add f-droid (#1087)
Full credit to @ZacBytes for the initial implementation.
BIN
core/assets-raw/sprites/ui/icons/icon-f-droid.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
@ -10,6 +10,7 @@ link.dev-builds.description = Unstable development builds
|
||||
link.trello.description = Official Trello board for planned features
|
||||
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
|
||||
linkfail = Failed to open link!\nThe URL has been copied to your clipboard.
|
||||
screenshot = Screenshot saved to {0}
|
||||
|
Before Width: | Height: | Size: 745 B After Width: | Height: | Size: 746 B |
Before Width: | Height: | Size: 740 KiB After Width: | Height: | Size: 956 KiB |
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 304 KiB |
Before Width: | Height: | Size: 261 KiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 905 KiB After Width: | Height: | Size: 332 KiB |
@ -17,6 +17,7 @@ public class Links{
|
||||
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")),
|
||||
new LinkEntry("f-droid", "https://f-droid.org/packages/io.anuke.mindustry/", Color.valueOf("026aa7")),
|
||||
new LinkEntry("github", "https://github.com/Anuken/Mindustry/", Color.valueOf("24292e")),
|
||||
new LinkEntry("dev-builds", "https://github.com/Anuken/MindustryBuilds", Color.valueOf("fafbfc"))
|
||||
};
|
||||
|