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

View File

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