This commit is contained in:
Anuken
2022-02-07 13:28:53 -05:00
parent 58eee72e28
commit 0152569414
3 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -3201,11 +3201,11 @@ public class UnitTypes{
armor = 2f; armor = 2f;
hitSize = 11f; hitSize = 11f;
engineOffset = 15 / 4f; engineOffset = 7.2f;
engineSize = 4; engineSize = 3.1f;
setEnginesMirror( setEnginesMirror(
new UnitEngine(23 / 4f, 4 / 4f, 2.4f, 315f) new UnitEngine(27 / 4f, -1 / 4f, 2.4f, 315f)
); );
weapons.add(new RepairBeamWeapon(){{ weapons.add(new RepairBeamWeapon(){{

View File

@@ -24,4 +24,4 @@ android.useAndroidX=true
#used for slow jitpack builds; TODO see if this actually works #used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000 org.gradle.internal.http.connectionTimeout=100000
archash=f61c00f400 archash=3ad7f0345b