Made the beta unit's rotating guns less ugly

This commit is contained in:
Anuken
2025-11-08 10:01:13 -05:00
parent 3f2aba4123
commit fddc6e53f3
2 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 908 B

After

Width:  |  Height:  |  Size: 840 B

View File

@@ -2436,15 +2436,14 @@ public class UnitTypes{
health = 170f; health = 170f;
engineOffset = 6f; engineOffset = 6f;
hitSize = 9f; hitSize = 9f;
faceTarget = false;
lowAltitude = true; lowAltitude = true;
weapons.add(new Weapon("small-mount-weapon"){{ weapons.add(new Weapon("small-mount-weapon"){{
top = false; top = false;
reload = 20f; reload = 20f;
x = 3f; x = 3f;
y = 0.5f; y = 1f;
rotate = true; recoil = 1f;
shoot.shots = 2; shoot.shots = 2;
shoot.shotDelay = 4f; shoot.shotDelay = 4f;