mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-07 14:01:51 +07:00
changelog
This commit is contained in:
parent
8f417ef2d7
commit
8ecbb46303
@ -51,7 +51,7 @@ public enum CacheLayer{
|
||||
endShader(Shaders.slag);
|
||||
}
|
||||
},
|
||||
space{
|
||||
space(2){
|
||||
@Override
|
||||
public void begin(){
|
||||
beginShader();
|
||||
@ -70,7 +70,7 @@ public enum CacheLayer{
|
||||
public final int capacity;
|
||||
|
||||
CacheLayer(){
|
||||
this(2);
|
||||
this(3);
|
||||
}
|
||||
|
||||
CacheLayer(int capacity){
|
||||
|
9
fastlane/metadata/android/en-US/changelogs/29685.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/29685.txt
Normal file
@ -0,0 +1,9 @@
|
||||
- Added basic descriptions & details to new blocks/units
|
||||
- Balancing
|
||||
- Improved casing ejection effects in turrets/units
|
||||
- Logic: Added draw sub-instruction to render an icon of an item/unit/block
|
||||
- Campaign: Reduced research costs
|
||||
- Campaign: Added info indicating maximum simulated waves survived
|
||||
- Campaign: Fixed many issues related to base attack simulations
|
||||
- Campaign: Less extreme waves
|
||||
- Campaign: Slightly easier bosses
|
Loading…
Reference in New Issue
Block a user