From f20e3ff946a1e5859b53ec51b32427f60aa3302a Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 22 Feb 2026 20:09:44 -0500 Subject: [PATCH] Fixed #11705 --- android/AndroidManifest.xml | 1 - core/src/mindustry/content/UnitTypes.java | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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;