@@ -628,6 +628,7 @@ public static void load() {
628628 shootWarmupSpeed = 0.05f;
629629 minWarmup = 0.9f;
630630 */
631+ shoot .firstShotDelay = 130 ;
631632 shake = 1f ;
632633 shootY = 0 ;
633634 recoil = 0 ;
@@ -639,8 +640,8 @@ public static void load() {
639640 layer = Layer .effect ;
640641 y = 3f ;
641642 color = ExoPal .empyreanPink ;
642- radiusTo = 0 ;
643- radius = 7.5f ;
643+ radiusTo = 5.5f ;
644+ radius = 0f ;
644645 }},
645646 new ShapePart () {{
646647 mirror = true ;
@@ -649,8 +650,8 @@ public static void load() {
649650 layer = Layer .effect ;
650651 y = 3f ;
651652 color = Color .white ;
652- radiusTo = 0 ;
653- radius = 4 .75f ;
653+ radius = 0 ;
654+ radiusTo = 2 .75f ;
654655 }},
655656 new ShapePart () {{
656657 mirror = true ;
@@ -663,7 +664,7 @@ public static void load() {
663664 stroke = 0f ;
664665 strokeTo = 1f ;
665666 radiusTo = 0 ;
666- radius = 9f ;
667+ radius = 6.5f ;
667668 }},
668669 new HaloPart () {{
669670 y = 3f ;
@@ -676,7 +677,7 @@ public static void load() {
676677 haloRadius = 0 ;
677678 haloRadiusTo = 9f ;
678679 stroke = 0f ;
679- strokeTo = 2f ;
680+ strokeTo = 6.5f ;
680681 shapes = 2 ;
681682 triLengthTo = 5f ;
682683 triLength = 0f ;
@@ -690,7 +691,7 @@ public static void load() {
690691 layer = Layer .effect ;
691692 haloRotateSpeed = 1f ;
692693 haloRadius = 0 ;
693- haloRadiusTo = 9f ;
694+ haloRadiusTo = 6.5f ;
694695 stroke = 0f ;
695696 strokeTo = 2f ;
696697 shapes = 2 ;
@@ -760,15 +761,15 @@ public static void load() {
760761 circle = true ;
761762 layer = Layer .effect ;
762763 color = ExoPal .empyreanPink ;
763- radiusTo = radius = 7 .5f ;
764+ radiusTo = radius = 5 .5f ;
764765 }},
765766 new ShapePart () {{
766767 mirror = true ;
767768 progress = PartProgress .charge ;
768769 circle = true ;
769770 layer = Layer .effect ;
770771 color = Color .white ;
771- radiusTo = radius = 4 .75f ;
772+ radiusTo = radius = 2 .75f ;
772773 }},
773774 new ShapePart () {{
774775 mirror = true ;
@@ -778,7 +779,7 @@ public static void load() {
778779 layer = Layer .effect ;
779780 color = ExoPal .empyreanPink ;
780781 stroke = strokeTo = 1f ;
781- radiusTo = radius = 9f ;
782+ radiusTo = radius = 6.5f ;
782783 }},
783784 new HaloPart () {{
784785 progress = PartProgress .charge ;
@@ -787,7 +788,7 @@ public static void load() {
787788 color = ExoPal .empyreanPink ;
788789 layer = Layer .effect ;
789790 haloRotateSpeed = -1f ;
790- haloRadius = haloRadiusTo = 9f ;
791+ haloRadius = haloRadiusTo = 6.5f ;
791792 stroke = strokeTo = 2f ;
792793 shapes = 2 ;
793794 triLength = triLengthTo = 5f ;
@@ -799,7 +800,7 @@ public static void load() {
799800 color = ExoPal .empyreanPink ;
800801 layer = Layer .effect ;
801802 haloRotateSpeed = 1f ;
802- haloRadius = haloRadiusTo = 9f ;
803+ haloRadius = haloRadiusTo = 6.5f ;
803804 stroke = strokeTo = 2f ;
804805 shapes = 2 ;
805806 triLength = triLengthTo = 5f ;
0 commit comments