diff --git a/core/src/mindustry/ui/fragments/MenuFragment.java b/core/src/mindustry/ui/fragments/MenuFragment.java index e81f5014e2..eb3283e8df 100644 --- a/core/src/mindustry/ui/fragments/MenuFragment.java +++ b/core/src/mindustry/ui/fragments/MenuFragment.java @@ -171,7 +171,7 @@ public class MenuFragment extends Fragment{ new Buttoni("$loadgame", Icon.download, () -> checkPlay(ui.load::show)), new Buttoni("$tutorial", Icon.info, () -> checkPlay(control::playTutorial)) ), - new Buttoni("$editor", Icon.terrain, () -> checkPlay(ui.maps::show)), steam ? new Buttoni("$workshop", Icon.save, platform::openWorkshop) : null, + new Buttoni("$editor", Icon.terrain, () -> checkPlay(ui.maps::show)), steam ? new Buttoni("$workshop", Icon.book, platform::openWorkshop) : null, new Buttoni(Core.bundle.get("mods"), Icon.bookOpen, ui.mods::show), //not enough space for this button //new Buttoni("$schematics", Icon.paste, ui.schematics::show), diff --git a/desktop/src/mindustry/desktop/steam/SStats.java b/desktop/src/mindustry/desktop/steam/SStats.java index 950bffc249..3ada365289 100644 --- a/desktop/src/mindustry/desktop/steam/SStats.java +++ b/desktop/src/mindustry/desktop/steam/SStats.java @@ -283,7 +283,7 @@ public class SStats implements SteamUserStatsCallback{ if(result != SteamResult.OK){ Log.err("Failed to recieve steam stats: {0}", result); }else{ - Log.err("Recieved steam stats."); + Log.info("Recieved steam stats."); } } diff --git a/fastlane/metadata/android/cs-CZ/images/featureGraphic.png b/fastlane/metadata/android/cs-CZ/images/featureGraphic.png deleted file mode 100644 index 90e27dddca..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/featureGraphic.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/icon.png b/fastlane/metadata/android/cs-CZ/images/icon.png deleted file mode 100644 index 705e880a20..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/icon.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/1.png b/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/1.png deleted file mode 100644 index 44949de11d..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/1.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/2.png b/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/2.png deleted file mode 100644 index 7d37a27105..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/2.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/3.png b/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/3.png deleted file mode 100644 index 53525bbd13..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/3.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/4.png b/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/4.png deleted file mode 100644 index 091f53243c..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/4.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/5.png b/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/5.png deleted file mode 100644 index 952aa2aa54..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/5.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/6.png b/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/6.png deleted file mode 100644 index 3830432e4f..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/6.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/7.png b/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/7.png deleted file mode 100644 index 8fa92e537d..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/phoneScreenshots/7.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/sevenInchScreenshots/1.png b/fastlane/metadata/android/cs-CZ/images/sevenInchScreenshots/1.png deleted file mode 100644 index 286795f87f..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/sevenInchScreenshots/1.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/sevenInchScreenshots/2.png b/fastlane/metadata/android/cs-CZ/images/sevenInchScreenshots/2.png deleted file mode 100644 index 7d37a27105..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/sevenInchScreenshots/2.png and /dev/null differ diff --git a/fastlane/metadata/android/cs-CZ/images/sevenInchScreenshots/3.png b/fastlane/metadata/android/cs-CZ/images/sevenInchScreenshots/3.png deleted file mode 100644 index 091f53243c..0000000000 Binary files a/fastlane/metadata/android/cs-CZ/images/sevenInchScreenshots/3.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/changelogs/103.txt b/fastlane/metadata/android/en-US/changelogs/103.txt new file mode 100644 index 0000000000..fa41c882ac --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/103.txt @@ -0,0 +1,9 @@ +- Added new icons w/ smooth scaling +- Added liquid void (Contributed by @GioIacca9) +- Added bridge opacity slider (Contributed by @Quezler) +- Added "underflow" gate (opposite of overflow gate) +- Added "emojis" for most blocks and items into the font +- Added new tech tree layout w/ better mod support +- Added game log file, stored in data folder +- Added new separator sprite/animation +- Added list of affinity tiles to stats of certain blocks diff --git a/fastlane/metadata/android/en-US/changelogs/29584.txt b/fastlane/metadata/android/en-US/changelogs/29584.txt new file mode 100644 index 0000000000..fa41c882ac --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/29584.txt @@ -0,0 +1,9 @@ +- Added new icons w/ smooth scaling +- Added liquid void (Contributed by @GioIacca9) +- Added bridge opacity slider (Contributed by @Quezler) +- Added "underflow" gate (opposite of overflow gate) +- Added "emojis" for most blocks and items into the font +- Added new tech tree layout w/ better mod support +- Added game log file, stored in data folder +- Added new separator sprite/animation +- Added list of affinity tiles to stats of certain blocks diff --git a/fastlane/metadata/android/en-US/changelogs/29586.txt b/fastlane/metadata/android/en-US/changelogs/29586.txt new file mode 100644 index 0000000000..fa41c882ac --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/29586.txt @@ -0,0 +1,9 @@ +- Added new icons w/ smooth scaling +- Added liquid void (Contributed by @GioIacca9) +- Added bridge opacity slider (Contributed by @Quezler) +- Added "underflow" gate (opposite of overflow gate) +- Added "emojis" for most blocks and items into the font +- Added new tech tree layout w/ better mod support +- Added game log file, stored in data folder +- Added new separator sprite/animation +- Added list of affinity tiles to stats of certain blocks diff --git a/fastlane/metadata/android/en-US/changelogs/29589.txt b/fastlane/metadata/android/en-US/changelogs/29589.txt new file mode 100644 index 0000000000..fa41c882ac --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/29589.txt @@ -0,0 +1,9 @@ +- Added new icons w/ smooth scaling +- Added liquid void (Contributed by @GioIacca9) +- Added bridge opacity slider (Contributed by @Quezler) +- Added "underflow" gate (opposite of overflow gate) +- Added "emojis" for most blocks and items into the font +- Added new tech tree layout w/ better mod support +- Added game log file, stored in data folder +- Added new separator sprite/animation +- Added list of affinity tiles to stats of certain blocks diff --git a/fastlane/metadata/android/pt-BR/title.txt b/fastlane/metadata/android/pt-BR/title.txt deleted file mode 100644 index e2842b447a..0000000000 --- a/fastlane/metadata/android/pt-BR/title.txt +++ /dev/null @@ -1 +0,0 @@ -Mindustry