Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f86984b5fc | ||
|
|
0f61e8cfd9 | ||
|
|
a0e2fc3a67 | ||
|
|
112b91469b | ||
|
|
529bae8972 |
Binary file not shown.
@@ -1246,7 +1246,7 @@ public class Blocks implements ContentList{
|
|||||||
powerProduction = 130f;
|
powerProduction = 130f;
|
||||||
itemDuration = 140f;
|
itemDuration = 140f;
|
||||||
ambientSound = Sounds.pulse;
|
ambientSound = Sounds.pulse;
|
||||||
ambientSoundVolume = 0.2f;
|
ambientSoundVolume = 0.07f;
|
||||||
|
|
||||||
consumes.power(25f);
|
consumes.power(25f);
|
||||||
consumes.item(Items.blastCompound);
|
consumes.item(Items.blastCompound);
|
||||||
|
|||||||
@@ -34,9 +34,7 @@ abstract class FireComp implements Timedc, Posc, Firec, Syncc{
|
|||||||
Fx.fireSmoke.at(x + Mathf.range(4f), y + Mathf.range(4f));
|
Fx.fireSmoke.at(x + Mathf.range(4f), y + Mathf.range(4f));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(Mathf.chance(0.001 * Time.delta)){
|
loops.play(Sounds.fire, this, 0.07f);
|
||||||
Sounds.fire.at(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
time = Mathf.clamp(time + Time.delta, 0, lifetime());
|
time = Mathf.clamp(time + Time.delta, 0, lifetime());
|
||||||
|
|
||||||
|
|||||||
9
fastlane/metadata/android/en-US/changelogs/29691.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/29691.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
- Improved icons
|
||||||
|
- Improved unit rotation visuals when moving and building/mining
|
||||||
|
- Decreased command limit of early game flying units to reduce PvP rushing
|
||||||
|
- Made core units unlock on spawn
|
||||||
|
- Switched to a new, unified audio framework for all platforms
|
||||||
|
- Added new sound effects and loops
|
||||||
|
- Added new music
|
||||||
|
- Added community server groups with optional titles and a hide button
|
||||||
|
- Added editor search bar (Contributed by @summetdev)
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=a71eaec7f1a331600d5d2aab0b6efeaf9fcd4b33
|
archash=2c022c5c2723b39e63da7cadd6c53ce6ec78f9d3
|
||||||
|
|||||||
@@ -1,27 +1,17 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"address": "mindustry.pl:6000"
|
"name": "mindustry.pl",
|
||||||
},
|
"address": ["mindustry.pl:6000", "mindustry.pl:6666"]
|
||||||
{
|
|
||||||
"address": "mindustry.pl:6666"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"address": "routerchain.ddns.net"
|
"address": "routerchain.ddns.net"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"address": "mindustry.atannergaming.com:13000"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"address": "pandorum.su:8000"
|
"address": "pandorum.su:8000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"address": "mindustry.ecansol.com:6597"
|
"name": "ECAN",
|
||||||
},
|
"address": ["mindustry.ecansol.com:6597", "mindustry.ecansol.com:6499", "mindustry.ecansol.com:6599"]
|
||||||
{
|
|
||||||
"address": "mindustry.ecansol.com:6499"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"address": "mindustry.ecansol.com:6599"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"address": "Chaotic-Neutral.ddns.net:5555"
|
"address": "Chaotic-Neutral.ddns.net:5555"
|
||||||
|
|||||||
Reference in New Issue
Block a user