Skip to content

Commit c463489

Browse files
committed
Unit things2
1 parent 414cad7 commit c463489

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/exogenesis/content/ExoVanillaUnitTypes.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6642,7 +6642,6 @@ public void draw(Bullet b){
66426642
mirror = false;
66436643
moveRot = 360;
66446644
under = true;
6645-
heatProgress = PartProgress.time.add(-0.2f).add(p -> Mathf.sin(9f, 0.2f)).loop(200);
66466645
progress = PartProgress.time.loop(330f);
66476646
outlineLayerOffset = 0.02f;
66486647
layer = Layer.flyingUnit -0.04f;
@@ -6651,7 +6650,6 @@ public void draw(Bullet b){
66516650
mirror = false;
66526651
moveRot = -360;
66536652
under = true;
6654-
heatProgress = PartProgress.time.add(-0.2f).add(p -> Mathf.sin(9f, 0.2f)).loop(200);
66556653
progress = PartProgress.time.loop(280f);
66566654
outlineLayerOffset = 0.02f;
66576655
layer = Layer.flyingUnit -0.03f;
@@ -6660,7 +6658,6 @@ public void draw(Bullet b){
66606658
mirror = false;
66616659
moveRot = 360;
66626660
under = true;
6663-
heatProgress = PartProgress.time.add(-0.2f).add(p -> Mathf.sin(9f, 0.2f)).loop(200);
66646661
progress = PartProgress.time.loop(280f);
66656662
outlineLayerOffset = 0.02f;
66666663
layer = Layer.flyingUnit -0.03f;
@@ -6669,6 +6666,8 @@ public void draw(Bullet b){
66696666
mirror = false;
66706667
moveRot = 360;
66716668
under = true;
6669+
color = Pal.heal;
6670+
colorTo = Color.valueOf("000000");
66726671
heatProgress = PartProgress.time.add(-0.2f).add(p -> Mathf.sin(9f, 0.2f)).loop(200);
66736672
outlineLayerOffset = 0.01f;
66746673
layer = Layer.flyingUnit -0.02f;
@@ -6678,7 +6677,6 @@ public void draw(Bullet b){
66786677
mirror = false;
66796678
moveRot = -360;
66806679
under = true;
6681-
heatProgress = PartProgress.time.add(-0.2f).add(p -> Mathf.sin(9f, 0.2f)).loop(200);
66826680
outlineLayerOffset = 0.01f;
66836681
layer = Layer.flyingUnit -0.02f;
66846682
progress = PartProgress.time.loop(250f);

0 commit comments

Comments
 (0)