Minor fixes
@@ -171,7 +171,7 @@ public class MenuFragment extends Fragment{
|
|||||||
new Buttoni("$loadgame", Icon.download, () -> checkPlay(ui.load::show)),
|
new Buttoni("$loadgame", Icon.download, () -> checkPlay(ui.load::show)),
|
||||||
new Buttoni("$tutorial", Icon.info, () -> checkPlay(control::playTutorial))
|
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),
|
new Buttoni(Core.bundle.get("mods"), Icon.bookOpen, ui.mods::show),
|
||||||
//not enough space for this button
|
//not enough space for this button
|
||||||
//new Buttoni("$schematics", Icon.paste, ui.schematics::show),
|
//new Buttoni("$schematics", Icon.paste, ui.schematics::show),
|
||||||
|
|||||||
@@ -283,7 +283,7 @@ public class SStats implements SteamUserStatsCallback{
|
|||||||
if(result != SteamResult.OK){
|
if(result != SteamResult.OK){
|
||||||
Log.err("Failed to recieve steam stats: {0}", result);
|
Log.err("Failed to recieve steam stats: {0}", result);
|
||||||
}else{
|
}else{
|
||||||
Log.err("Recieved steam stats.");
|
Log.info("Recieved steam stats.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 649 KiB |
|
Before Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 583 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 709 KiB |
|
Before Width: | Height: | Size: 952 KiB |
|
Before Width: | Height: | Size: 642 KiB |
|
Before Width: | Height: | Size: 260 KiB |
|
Before Width: | Height: | Size: 570 KiB |
|
Before Width: | Height: | Size: 890 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 952 KiB |
9
fastlane/metadata/android/en-US/changelogs/103.txt
Normal file
@@ -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
|
||||||
9
fastlane/metadata/android/en-US/changelogs/29584.txt
Normal file
@@ -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
|
||||||
9
fastlane/metadata/android/en-US/changelogs/29586.txt
Normal file
@@ -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
|
||||||
9
fastlane/metadata/android/en-US/changelogs/29589.txt
Normal file
@@ -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
|
||||||
@@ -1 +0,0 @@
|
|||||||
Mindustry
|
|
||||||