diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 4078c59538..868acaa1aa 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -14,7 +14,6 @@ android:roundIcon="@mipmap/ic_launcher_round" android:isGame="true" android:theme="@style/ArcTheme" - android:usesCleartextTraffic="true" android:appCategory="game" android:label="@string/app_name" android:fullBackupContent="@xml/backup_rules" diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 618cedb7e6..03f118dc36 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2557,6 +2557,7 @@ public class UnitTypes{ backColor = trailColor = Pal.yellowBoltFront; hitColor = Pal.yellowBoltFront; frontColor = Color.white; + lightColor = Pal.yellowBoltFront; lifetime = 60f; buildingDamageMultiplier = 0.01f; @@ -2606,6 +2607,7 @@ public class UnitTypes{ backColor = trailColor = Pal.yellowBoltFront; hitColor = Pal.yellowBoltFront; frontColor = Color.white; + lightColor = Pal.yellowBoltFront; lifetime = 60f; buildingDamageMultiplier = 0.01f; @@ -2659,6 +2661,7 @@ public class UnitTypes{ backColor = trailColor = Pal.yellowBoltFront; hitColor = Pal.yellowBoltFront; frontColor = Color.white; + lightColor = Pal.yellowBoltFront; lifetime = 70f; buildingDamageMultiplier = 0.01f;