mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-04 15:27:19 +07:00
Fixed #1440
This commit is contained in:
Binary file not shown.
9
fastlane/metadata/android/en-US/changelogs/103.3.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/103.3.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/29597.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/29597.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
|
@ -46,7 +46,8 @@ public class FontGenerator{
|
||||
|
||||
Log.info("Merge...");
|
||||
|
||||
OS.exec("fontforge", "-script", "core/assets-raw/fontgen/merge.pe");
|
||||
//don't merge since it breaks the font
|
||||
//OS.exec("fontforge", "-script", "core/assets-raw/fontgen/merge.pe");
|
||||
|
||||
Log.info("Done.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user