This commit is contained in:
Anuken
2019-10-16 17:30:47 -04:00
parent 4b5d3ba4d8
commit 71be99ad6d

View File

@@ -88,6 +88,8 @@ public class Mechs implements ContentList{
bullet = new LaserBulletType(20f){{
recoil = 1f;
sideAngle = 45f;
sideWidth = 1f;
sideLength = 70f;
colors = new Color[]{Pal.heal.cpy().mul(1, 1, 1, 0.4f), Pal.heal, Color.white};
}};
}};