Skip to content

Commit

Permalink
no color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WilloIzCitron committed Apr 16, 2024
1 parent 4d831e1 commit b31e257
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/bluearchive/units/UnitHalo.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,17 @@ public static void init(){
);
UnitTypes.quasar.parts.addAll(
new ShapePart(){{
color = Pal.heal;
layer = Layer.effect;
radius = 3;
hollow = true;
rotation = 90;
stroke = 1.3f;
y = -3;
}},
new HaloPart(){{
color = Pal.heal;
layer = Layer.effect;
radius = 1.3f;
hollow = false;
haloRadius = 5;
Expand All @@ -332,6 +336,8 @@ public static void init(){
tri = true;
}},
new ShapePart(){{
color = Pal.heal;
layer = Layer.effect;
radius = 5.5f;
hollow = true;
rotation = 180;
Expand Down

0 comments on commit b31e257

Please sign in to comment.