Fixed #11705
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:isGame="true"
|
android:isGame="true"
|
||||||
android:theme="@style/ArcTheme"
|
android:theme="@style/ArcTheme"
|
||||||
android:usesCleartextTraffic="true"
|
|
||||||
android:appCategory="game"
|
android:appCategory="game"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:fullBackupContent="@xml/backup_rules"
|
android:fullBackupContent="@xml/backup_rules"
|
||||||
|
|||||||
@@ -2557,6 +2557,7 @@ public class UnitTypes{
|
|||||||
backColor = trailColor = Pal.yellowBoltFront;
|
backColor = trailColor = Pal.yellowBoltFront;
|
||||||
hitColor = Pal.yellowBoltFront;
|
hitColor = Pal.yellowBoltFront;
|
||||||
frontColor = Color.white;
|
frontColor = Color.white;
|
||||||
|
lightColor = Pal.yellowBoltFront;
|
||||||
|
|
||||||
lifetime = 60f;
|
lifetime = 60f;
|
||||||
buildingDamageMultiplier = 0.01f;
|
buildingDamageMultiplier = 0.01f;
|
||||||
@@ -2606,6 +2607,7 @@ public class UnitTypes{
|
|||||||
backColor = trailColor = Pal.yellowBoltFront;
|
backColor = trailColor = Pal.yellowBoltFront;
|
||||||
hitColor = Pal.yellowBoltFront;
|
hitColor = Pal.yellowBoltFront;
|
||||||
frontColor = Color.white;
|
frontColor = Color.white;
|
||||||
|
lightColor = Pal.yellowBoltFront;
|
||||||
|
|
||||||
lifetime = 60f;
|
lifetime = 60f;
|
||||||
buildingDamageMultiplier = 0.01f;
|
buildingDamageMultiplier = 0.01f;
|
||||||
@@ -2659,6 +2661,7 @@ public class UnitTypes{
|
|||||||
backColor = trailColor = Pal.yellowBoltFront;
|
backColor = trailColor = Pal.yellowBoltFront;
|
||||||
hitColor = Pal.yellowBoltFront;
|
hitColor = Pal.yellowBoltFront;
|
||||||
frontColor = Color.white;
|
frontColor = Color.white;
|
||||||
|
lightColor = Pal.yellowBoltFront;
|
||||||
|
|
||||||
lifetime = 70f;
|
lifetime = 70f;
|
||||||
buildingDamageMultiplier = 0.01f;
|
buildingDamageMultiplier = 0.01f;
|
||||||
|
|||||||
Reference in New Issue
Block a user