From cdbad21daa8f2fbc93df59cbab6c8d54d88c05ed Mon Sep 17 00:00:00 2001 From: "Matthew, Maya, or MEEP" <54301439+MEEPofFaith@users.noreply.github.com> Date: Mon, 14 Feb 2022 18:36:20 -0800 Subject: [PATCH] Apparently navanax shots shrink (#6576) --- core/src/mindustry/content/UnitTypes.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 98939b1056..cf20f4f0ed 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2232,6 +2232,7 @@ public class UnitTypes implements ContentList{ backColor = Pal.heal; frontColor = Color.white; width = height = 12f; + shrinkY = 0f; speed = 5f; trailLength = 20; trailWidth = 6f;